Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1015 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 1015 Bytes

RoastedOn

Roasted On is a Yelp-like coffee resource for finding and recommending coffee shops.

Home Page

The database was designed using an entity-relationship diagram.

ERD

As can be seen in the above diagram, many:many relationships exist and are implemented with the below tables:

Many:Many Relationships:

  • favoriteShops
  • shopRating
  • shopComments

The project was built with Node.js, Express, MySQL, React, Redux, styled components, and other packages. While the page is no longer being hosted, below are screenshots of how the project was implemented:

Home Page:

Home Page

Home Page With Menu:

Home Page

Settings:

Settings

Add New Shop:

New Shop

Confirmation:

Confirmation

Favorites Page:

Favorites

Shop View:

Shop View

Shop Search:

Shop Search