Boilerplate project for bootstrapping development of a Rest API application with NodeJS, Fastify and MongoDB
git clone https://github.com/spinsage/fastify-js-mongo-starter-rest.git
npm install
- Create a .env file by copying .env.sample.
- Update environment variable values in the .env file as needed.
npm run start-dev
npm run start
docker-compose up
Fastify Rest API with MongoDb Starter is Apache 2-licensed.
We at Spinsage would be happy if you send us links to your projects where you are using our code. Just send us an email at opensource@spinsage.com.
And do let us know if you have any queries or suggestions regarding our work.