Coldbrew is an online shop website where you can buy Coldbrew products and have theme deliver to your store. This website uses React JS as their Front-end and Node JS as their backend.
- Jerson Leones
- Keifer Gallego
- Enrico Absin
- John Cutab
- Clone the repo
git clone https://github.com/jrsnleons/Coldbrew.git . - Install the needed packages
npm install - Run the Client/the front-end of the website
npm start - Run the Server/back-end of the website
cd servernpm start - Installing the db
import the
coldbrew.sqlinto a new db calledcoldbrew
localhost addresses:
- front-end: http://localhost:3000/
- back-end: http://localhost:3002/
https://github.com/jrsnleons/Coldbrew.git
*note we did not do a production build as it has problems with session and cookies
