- framework: Fastify
- database: MongoDB + Mongoose
- API: Swagger(Open API)
yarn start- start server
- go to localhost:3000/documentation
yarn test- Start app in debug mode with Nodemon
yarn debug- Place breakpoint
- Hit REST with curl, e.g.
curl localhost:3000/product