Simple API to manage post-event feedback built with elyisa, postgres and drizzle-orm.
- Fork the repository
git clone https://github.com/<username>/feedback-apiNote
This project uses the bun runtime, make sure to have it installed before continuing
bun install- Create a
.env.localfile in the root directory (see.env.examplefor an example)
Tip
If you don't have a postgres instance running, you can start the db service using docker compose
docker compose up -d db
bun run db:migratebun run devThe repo provides start-service.sh to automate the process of installing docker and starting the service
chmod +x ./scripts/start-service.sh # make the script executable
./scripts/start-service.shNote
Alternatively if you have docker compose installed already, just start the services
docker compose upchmod +x ./scripts/setup-nginx.sh
./scripts/setup-nginx.sh