Instructos is a RESTful e-commerce single-page application offering unique experiences with Fullstack Academy instructors and fellows!
Contributors: David Choi, Craig Dos Santos, Andrea Khan, Trang Nguyen
Technologies: JavaScript, React.js, Redux.js, Express.js, SQL/PostgreSQL/Sequelize, Passport.js, HTML5, MaterialUI, CSS
- GitHub Repository: https://github.com/Instructos/instructos.git
- Heroku Deployment: https://instructos.herokuapp.com/
- Instructos' Team Contract: Instructos' Team Contract
- Instructos' Establish Norms: Instructos' Establish Norms
- Install package.json dependencies
- Create a local database
- Seed the database
- Run locally at http://localhost:8080
For example:
$ npm install
$ createdb instructos
$ npm run seed
$ npm run start-dev
Via Heroku: https://instructos.herokuapp.com/