NASA Project is the final project of a course I have completed called Zero To Mastery: Complete Node.js Developer.
This was a Back-End project build with Node.js, it features a mission-planning system to send Rockets built by Space X on habitable exoplanets. The data for the planets was taken from the NASA website.
Habitable Planets Data: The data for the planets was parsed from a NASA's CSV file on exoplanets. By filtering the data based on some factors (temperature, distance from its star, orbital period), the resulting planets are chosen as destination for the missions! Rockets Data: The data for the available rockets for the missions are taken from a Space X API. Mongo DB: All the upcoming and past missions are saved in a MongoDB instance.