https://github.com/patternina/nasa-project
Nasa project
https://github.com/patternina/nasa-project
Last synced: 9 months ago
JSON representation
Nasa project
- Host: GitHub
- URL: https://github.com/patternina/nasa-project
- Owner: patternina
- Created: 2022-01-06T16:31:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T21:27:19.000Z (almost 4 years ago)
- Last Synced: 2025-06-24T11:13:58.732Z (9 months ago)
- Language: JavaScript
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nasa Mission Control
This project simulates a NASA Mission Control Dashboard. It's a full-stack app with its own API and database.

## App Architecture
### Frontend
The frontend is a React.js app, built with [Create React App](https://create-react-app.dev) and [`arwes`](https://github.com/arwes/arwes), a futuristic, Sci-Fi UI Web Framework. It's a single page app that uses [React Router](https://reactrouter.com/) for navigation.
### Backend
Back-end logic lives on the `server` folder whereas the front-end code lives on the `client` folder.
I used `express` for back-end logic with the MVC pattern. Controllers lives alongside routes since they define how to respond to a specific route.