Grounded is an e-commerce web application for luxury coffees. Built using React, Redux, Node.js, Express, Sequelize, PostgreSQL, and Bootstrap.
Checkout our deployed website: https://grounded-cafe.herokuapp.com/.
-
Fork and clone this repo.
-
Run the command "npm install"
-
Create a database titled grounded.
-
Start the build process and your application with: npm run start:dev. If you're using Windows, you may need to execute npm run start-server and npm run build:watch separately (in their own terminal tabs).
-
Navigate to localhost:8080 to see the site in the browser.
-
Check out the starting seed file in seed.js - you can run it by executing npm run seed. You will need to seed the database once you've set up the Sequelize models.
Whether you are a guest or you are signed up and logged in, you will have access to the folloing functions:
Browsing: View an up to date list of all of the coffee beans currently in stock.
Product Info/Add to Cart: View single product information and ability to add to cart.
Persistent Shopping Cart: Access to a persistent shopping cart that you can modify.
Payment processing
Prior Order Access
- Tia Li @tiyali
- Victoria Lee @dalgonaio
- Sonja Pylvainen @maijaleena
- Brandy Mak @beemak789




