- Install yarn globally with
npm i -g yarn
. - Install nodemon globally with
npm i -g nodemon
. - Copy
configuration/env.development.js.example
toconfiguration/env.development.js
and configure basing on already provided variables. - On project main root run
yarn
to install dependencies. - Run
yarn dev
to start development server.
- SWAGGER documentation available locally at
http://127.0.0.1:3000/api/index.html
- OAS documentation available locally at
http://127.0.0.1:3000/api/docs.html
- Fastify Server documentation
- Mongoose documentation
- Fastify-OAS
- OpenAPI documentation
- Fastify cheatsheet
- Please report any issues/bugs here
- I'll consider your pull requests with improvements, fixes (depends on quality)