My first fully featured app that connects login functionality with a database to give users the features of a complete social network.
All images are pulled from NASA's Image API.
Users can create an account, login and create a profile.
The database stores all user information, collections, and collection data (such as likes and images in the collection). Used Node.js and Express.js to communicate with the MongoDB database to retrieve all user information.
Search through all pictures on the NASA Image API.
Full functionality to create, edit, add images and delete images from a collection. Users can also choose to make their collections private if they wish.
Users have the option of simply browsing NASA images or browsing and rating other user's collections of photos.