Edmazon is a fully functioning sample ecommerce site. The site can be found live at http://edmazon.herokuapp.com
- React - Framework
- Stripe - Payment processing
- Passport - Authetication integration with Google accounts
Commands to get this repo set up for development:
npm install
createdb edmazon
createdb edmazon-test
npm run seed
npm run start-dev
open http://localhost:8080/
To log in as an admin (to see the admin functionality for the site), use the email "admin@admin.com". All users' passwords are 123456.