Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 474 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 474 Bytes

replicating-nasa-project-nodejs-mongoDB-jest-pm2

Node runtime application.

  1. Framework: Express.js
  2. Database: MongoDB/Mongoose
  3. Test: Jest/Supertest
  4. Enabled Cluster: pm2
  5. All APIs are RESTful

To Run this project on your local machine?

  1. Clone project on github
  2. On your CLI: "npm install" at the project root directory.
  3. then, "npm deploy".

Frontend was already built with react prior to my application of the backend.

Frontend was not built by me.