shaik-adnan1 / NASA_MISSION_CONTROL

The name's quite dramatic but so is the project a little. NASA_MISSION_CONTROL is a full stack application built on the famous MERN stack using kepler data on exostensial planets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NASA Mission Control

Description

NASA Mission Control is a full-stack application that allows users to schedule and monitor space mission launches. Utilizing an external API, this platform provides a comprehensive interface for planning, executing, and tracking the status of space missions in real-time.

Features

  • Launch Scheduling: Schedule space missions using data retrieved from an external API.
  • Launch Monitoring: Real-time monitoring of mission status, including countdowns, launch success, and in-flight data.
  • Interactive Dashboard: A dynamic and user-friendly interface for managing all aspects of space missions.

Technologies

  • Frontend: ReactJS
  • Backend: NodeJS with Express
  • Database: MongoDb

Installation

Prerequisites

  • Node.js
  • npm or yarn
  • MongoDB

Steps

  1. Clone the repository: git clone [https://github.com/your-username/nasa-mission-control.git](https://github.com/shaik-adnan1/NASA_MISSION_CONTROL.git)
  2. Install frontend dependencies: cd client && npm install
  3. Install backend dependencies: cd ../ server && npm install
  4. Set up environment variables in .env file.
  5. Start the server: npm start in the backend directory.
  6. Start the React app: npm start in the frontend directory.

Contact

you can reach me out at yousufwrk0@gmail.com


Made with ❤️ by [Shaik Adnan]

About

The name's quite dramatic but so is the project a little. NASA_MISSION_CONTROL is a full stack application built on the famous MERN stack using kepler data on exostensial planets.


Languages

Language:JavaScript 86.8%Language:HTML 13.2%