- Install PNPM
npm install -g pnpm
- Install dependencies
pnpm install
- Copy
.env.example
to.env
and fill the required environment variables - Run database migration
pnpm db:migrate
- Run the app
pnpm dev
- You can access the swagger api documentation at
http://localhost:5000/swagger
pnpm db:migrate