A mobile App designed for Astrophiles (people who love stars or astronomy 🌟😍). The user can see Astronomy Picture of the Day, search the NASA database, save the favorite result, and see his favorites.
This is a MERN FullStack Application 😎.
render data from external API called Astronomy Picture of the Day (APOD) from NASA API
The user can search any keyword and results will be displayed from NASA Image and Video Library. If the user liked that image 😍, the image will be added to the favorites in the database.
Display the favorite images from the Database. The user can see each one separately with its explanation and also delete the image.
- Client-side: React, Material-ui
- Server: NodeJs, Express, mongoose
- Database: MongoDB
- External API is NASA API which include
- APOD: Astronomy Picture of the Day
- NASA Image and Video Library
- Clone this repository. You will need
node,npmandMongoDBinstalled globally on your machine. - Windows: run
mongodin the command line - run
npm install - run
node serverin a terminal - run
npm startin another terminal





