Current Version: 1.0.0
Live demo site: NASA Mission Control
The goal of this project is to create a RESTFul API that will serve planet data to the client.
UPDATE: After successfully creating the backend API. I plan to practice using various tools to automate the project. You can view these tools in the stack section below.
- React
- ARWES Sci-Fi UI Framework
- Node.js & Express.js
- JEST for testing
- MongoDB Atlas
- GitHub Actions for CI/CD Pipline
- AWS & Docker for Cloud Hosting
To run this project in development mode, please follow the instructions below.
npm run install
npm run watch
To run this project in a production environment, please use the following command.
npm run deploy
A list of this apps previous versions can be found in the CHANGELOG.md.