This is a generated Platformatic DB application.
You'll need to have Node.js >= v18.8.0 or >= v20.6.0
# install dependencies
pnpm iStart the server with:
pnpm devOpen browser to http://localhost:5003/doc. You will redirect to doc page
pnpm build
At start of application the migration contained into `migrations' folder will define and seed initial database.
command shortcut
pnpm docker:build
Show content
docker run -it gemini-api /bin/sh
- ⚡ The Platformatic DB server is running at http://localhost:5003/
- 📔 View the REST API's Swagger documentation at http://localhost:5003/doc#overview
When update routes remove dist folder. This because when pnpm start is executed update dist and doesn't change old routes