Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 581 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 581 Bytes

fastify-template

fastify-template is an initiative to make the fastest possible node api .it's powered by fastify . As benchmark shows Its production grade ready to use CRUD. Modify as per your need. Ypu can read documentation here . Give ⭐ if you like .

how to run

 git clone https://github.com/onetalksoft/fastify-template.git
 
 cd node-initializer 
 
 npm i && nodemon index.js

make sure mongodb is started otherwise it will show error

Pull requests are welcome 🎉