Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 627 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 627 Bytes

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

DISCLAIMER

I borrowed this from https://github.com/siegfriedgrimbeek/fastify-api - I've no idea if this is the source article or if someone has plagiarised someone elses work as I've found the same tut with different author names.