/instructos

Primary LanguageJavaScriptMIT LicenseMIT

Instructos

Fullstack Team Project

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

Getting Started

Run the Application Locally

  • 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

View the Deployed Application

Via Heroku: https://instructos.herokuapp.com/