- Use OpenAPI schema
- View with Github static host page or at endpoint
/api
of the server
Note
Github static host page cannot sending request to the API because it's not designed to do so. Can only be tested with a real server.
- Setup dev env
npm i
- Setup
.env
file - Run dev
- Start postgres using docker (skip if you have already had postgres database)
docker compose up
- Run api server
npm run start:dev