Express API for back-end capstone
This API interfaces with MongoDB. The MongoDB stores two collections: Media and Users. The media collection contains the URL of the image stored on AWS S3(Amazon Web Services: Simple Storage Solutions) and the date the pictures was taken. The Users collection stores the user's email in plain text and password in encrypted form.
To see other parts of this project click here
ExpressJS, NodeJS, MongoDB, Mongoose