https://github.com/calvin261/fastify-mongodb-restapi
Building a blazing fast REST API with Node.js, Fastify and Mongodb
https://github.com/calvin261/fastify-mongodb-restapi
Last synced: 14 days ago
JSON representation
Building a blazing fast REST API with Node.js, Fastify and Mongodb
- Host: GitHub
- URL: https://github.com/calvin261/fastify-mongodb-restapi
- Owner: calvin261
- Created: 2021-10-21T19:04:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T19:11:34.000Z (over 3 years ago)
- Last Synced: 2024-11-02T02:32:56.396Z (5 months ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - fastify-mongodb-restapi - Building a blazing fast REST API with Node.js, Fastify and Mongodb (JavaScript)
README
## Simple REST API with Node.js, Fastify, Fastify-swagger and MongoDB
Building a blazing fast REST API with [Node.js](https://nodejs.org/es/), [Fastify](https://www.fastify.io/docs/latest/) and [Mongodb](https://docs.mongodb.com)
## [](https://github.com/calvin261/Crud-Tasks#try-the-application)Try the REST API
Copy my repository with
`git clone https://github.com/calvin261/fastify-mongodb-restapi.git`
npm run install and npm run dev
Server on [http://localhost:3000](http://localhost:3000/) with your browser to see the result.
## [](https://github.com/calvin261/Crud-Tasks#application-developed-for-jefferson-jacome)Application developed by [Jefferson Jacome](https://adoring-kalam-cb6220.netlify.app/)