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
- Host: GitHub
- URL: https://github.com/emeka-richard/nasa_client-react_server-nodejs
- Owner: emeka-richard
- Created: 2023-07-13T17:38:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T13:39:46.000Z (over 2 years ago)
- Last Synced: 2025-01-25T17:41:33.952Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.