rahulsai1999 / node-mvc-api

Model-View-Controller based Express API with JWT Authentication (MongoDB)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST API (MVC Model) Test CI

  • To deploy on an NGINX reverse proxy, refer the nginx.conf (after starting the server)
  • To start the server
npm install pm2 -g
pm2 start npm -- start
  • To test the server
npm run test

About

Model-View-Controller based Express API with JWT Authentication (MongoDB)


Languages

Language:JavaScript 100.0%