iam-mlc / Full-Nasa-Project

This is a fullstack project that uses the MERN Stack to schedule fake launches, using a fake NASA Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full-Nasa-project

This is a fullstack project that uses the MERN Stack and can be used to schedule and store Nasa launches.The client has a launch page (also the homepage) that contains a form that is used to schedule a launch(to a limited number of planets), has an upcoming launches page where all upcoming launches are displayed and has a history page which demostrates which launches were a success or a failure, in other words it show the history of all launches. The launches and planets data rendered in the client are being served using RESTful API's. The database stores planets aquired by the Nasa archive (using a downloaded csv file), it stores the launches scheduled through the client side and it stores launches extracted from a spaceX api.

NOTE: This is not a real NASA Dashboard that will schedule actual launches 😆. It's just another interesting project made by a curious developer

About

This is a fullstack project that uses the MERN Stack to schedule fake launches, using a fake NASA Dashboard


Languages

Language:JavaScript 92.7%Language:HTML 7.3%