Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pritam-patil/fsm-node

Blazing fast RESTful APIs with fastify, swagger and Mongoose
https://github.com/pritam-patil/fsm-node

Last synced: 11 days ago
JSON representation

Blazing fast RESTful APIs with fastify, swagger and Mongoose

Awesome Lists containing this project

README

        

Followed path - https://medium.freecodecamp.org/how-to-build-blazing-fast-rest-apis-with-node-js-mongodb-fastify-and-swagger-114e062db0c9

Notes: src contains package.json so as node_modules

mongodb on fedora:
sudo dnf install -y mongodb-org

Run mongoDB

Start mongoDB service and after run mongoshell to test connection

$ sudo service mongod start
$ mongo
MongoDB shell version: 4.0.0
connecting to: test