Grace Yourself with Beautifully Crafted & Elegant Designs by Grace & Co.
Grace & Co. is a mock e-commerce website featuring earrings, created by a team of developers during the Grace Hopper Program at Fullstack Academy.
Grace & Co. is deployed on heroku, at Grace & Co.
- ReactJS - front-end framework
- ReduxJS - application state management library
- NodeJS - JavaScript runtime environment for the application
- Express - middleware for routing HTTP requests
- PostgreSQL - backend database
- Heroku - application & database host
- Fork and clone repo.
- Run
npm install
. - Run
psql createdb graceshopper
. (Install PostgreSQL, if necessary.) - Run
npm run seed
. - Run
npm run start
.