tEgRaT / fastify-api

A blazing fast REST APIs with node.js, MongoDB, Fastify and Swagger.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A blazing fast REST APIs with Node.js, MongoDB, Fastify and Swagger.

A Node.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

Prerequisites

  • Nodejs
  • MongoDB

Tutorial on Medium

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

https://chinese.freecodecamp.org/forum/t/topic/128

To Start MongoDB on Win32 System Like Mine

mongod.exe --storageEngine=mmapv1 --dbpath d:/MongoDB

To Start This Project on Win32 System Like Mine

./node_modules/nodemon/bin/nodemon.js ./src/index.js

About

A blazing fast REST APIs with node.js, MongoDB, Fastify and Swagger.

License:MIT License


Languages

Language:JavaScript 100.0%