Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pritam-patil/fsm-node
- Owner: pritam-patil
- License: other
- Created: 2019-03-29T09:48:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T05:08:11.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T05:15:13.258Z (3 months ago)
- Language: JavaScript
- Size: 396 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-blazingly-fast - fsm-node - Blazing fast RESTful APIs with fastify, swagger and Mongoose (JavaScript)
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-orgRun 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