The backend of Message Pigeon
- PostgreSQL
- Rename
.env.template
to.env
and configure it
# install dependencies
pnpm install
# init database
pnpm run db:push
# development
pnpm run start
# watch mode
pnpm run start:dev
# production mode
pnpm run start:prod
After run the app, open /api-docs
in the browser