FEC-corgis / Jenny-Service-Reviews

Airbnb-styled service-oriented architecture app that generates, persists, and displays product data. Built with MERN, React Styled Components, & React Router DOM.
1 stars 0 forks source link

Airbnb Reviews Clone

I built this project from scratch to clone an Airbnb product page "Reviews" module. It generates persisting averages, user, and reviews data that can be viewed for 100 unique product ids. Made with full-stack js using MySQL, Express, React, and Node, tested with Jest, and deployed using Amazon EC2.

Click here for demo!

Setup on Local

  1. git clone
  2. install dependencies with npm install
  3. seed database with npm run seed
  4. start server with npm run start
  5. view at PORT/rooms/:id (for id values 0-99)

For setup with proxy, complete steps above and follow steps for proxy.

Related Projects