Skip to content

Space exploration project. Find your favorite planet from the list of habitable planets, schedule your trip and have fun.

Notifications You must be signed in to change notification settings

hossam7amdy/nasa-mission-control

Repository files navigation

NASA Mission Control

Space exploration project. Find your favorite planet from the list of habitable planets, schedule your trip and have fun.

Tools

  • Client is implemented in react.js
  • Uses Arwes Futuristic Sci-Fi UI Web Framework
  • Server is implemented in Express.js
  • pm2 for process management

Running the Project

  1. In the terminal, run: npm run deploy
  2. Browse to the mission control frontend at localhost:8000 and schedule an interstellar launch!

Docker

  1. Ensure you have the latest version of Docker installed
  2. Run docker build -t nasa-project .
  3. Run docker run -it -p 8000:8000 nasa-project

Running the Tests

To run any automated tests, run npm test. This will:

  • Run all the client-side tests: npm test --prefix client
  • Run all the server-side tests: npm test --prefix server

Links

About

Space exploration project. Find your favorite planet from the list of habitable planets, schedule your trip and have fun.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published