/node-mvc-api

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

Primary LanguageJavaScript

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