An open API service indexing awesome lists of open source software.

https://github.com/emeka-richard/nasa_client-react_server-nodejs

React | Nodejs | MongoDB | Jest/Supertest | Cluster/pm2 | Rest API
https://github.com/emeka-richard/nasa_client-react_server-nodejs

Last synced: 9 months ago
JSON representation

React | Nodejs | MongoDB | Jest/Supertest | Cluster/pm2 | Rest API

Awesome Lists containing this project

README

          

# 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.