Aquarium Site

Next.js logo

FAQs

What frameworks was this site built with?

This site uses React.JS, Node.JS, and Express.JS, and MongoDB, making it a MERN stack project.

How is authentication handled?

I have created a custom authentication system to implement this functionality.

How are reviews stored?

MongoDB stores each review and keeps track of the time it was made and the aquarium it's attached to.

How are images stored?

Each uploaded image goes to a Google Cloud Bucket with the use of Multer.

Who can add reviews and images?

While anyone can view the reviews, only privileged users and the site owner have the credentials to log in and add media.