Skip to content

Fullstack Dashboard app for managing and monitoring space flights to habitable planets.

Notifications You must be signed in to change notification settings

SayedShehata1/NASA-Mission-Control

Repository files navigation

JS React node express Jest MongoDB AWS Docker

project logo

NASA-Mission-Control

View Demo · Report Bug

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Issues
  5. Acknowledgments

About The Project

NASA dashboard app for managing and monitoring spaceflights to habitable planets in the observable universe. Preview

Built with

  • Javascript
  • React
  • Node.js
  • Express
  • MongoDB
  • Jest
  • Docker
  • AWS

Architecture Diagram

ArchitectureDiagram

(back to top)


Getting Started

This project require some prequesites and dependenscies to be installed, you can find the instructions below :

To get a local copy, follow these simple steps :

Installation

installing Locally

  1. Clone the repo

    git clone https://github.com/SayedShehata1/NASA-Mission-Control.git
  2. go to project folder

    cd NASA-Mission-Control
  3. install dependenscies

    npm run install
  4. Enviromental Variables Set up

    • Here are the environmental variables that needs to be set in a .env file. This is the default setting that I used for development, but you can change it to what works for you.
      PORT = 8000
      MONGO_URL = <Your mongoDB url>
    
  5. Change API_URL to "http://localhost:8000/v1" in "./client/src/hooks/requests.js"

  6. Create a build directory

    npm run deploy
  7. Run development server

    npm run server

(back to top)


Ports & EndPoints

Ports

  • FrontEnd Server runs on port 3000
  • Backend Server runs on port 8000

API endpoints

Run in Postman


Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Issues

If you have error message "error:0308010C:digital envelope routines::unsupported" while running the server

On Unix-like (Linux, macOS, Git bash, etc.):

  export NODE_OPTIONS=--openssl-legacy-provider

On Windows command prompt:

  set NODE_OPTIONS=--openssl-legacy-provider

Acknowledgments

About

Fullstack Dashboard app for managing and monitoring space flights to habitable planets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published