Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

joedevgee/node-fast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status HitCount contributions welcome

Node backend with fastify

  • framework: Fastify
  • database: MongoDB + Mongoose
  • API: Swagger(Open API)

Command

To start server with Nodemon

yarn start

To view api documentation

  • start server
  • go to localhost:3000/documentation

Run test

yarn test

To debug in VSCODE

  • Start app in debug mode with Nodemon
yarn debug
  • Place breakpoint
  • Hit REST with curl, e.g.
curl localhost:3000/product

About

Node.js + Fastify + MongoDB + Swagger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published