Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 790 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 790 Bytes

alt text

Large Project for UCF COP4331: Processes for Object Oriented Software Development - Spring 2023

🥣 Inspired by Letterboxd, Cerealboxd is a review app for cereal.

💻 Created using Javascript, ReactJS, Express web framework, Node.JS, and MongoDB

📗 Browse a continuously growing database of cereals

alt text

📝 Create an account, review cereals, and examine cereals with their descriptions and other user reviews.

alt text

How to run

On one terminal

npm start

On a secondary terminal

cd frontend/
npm start

Now go to http://localhost:3000

🎉 Enjoy!!