Skip to content

hannahlorane/polished

Repository files navigation

Polished

Polished is an e-commerce platform built by a 3-woman team as an exercise at Grace Hopper Academy.

Technologies Used

  • Fullstack Generator
  • SANE Stack (Sequelize, Angular, Node, Express)
  • Materialize-CSS
  • Angular-Materialize

Getting Started

After cloning for the first time

Install all dependencies:

npm install

Make sure PSQL is running and make a database called 'fsg'

Seed the database:

gulp seed

Get the server running

Start the server and watch for server changes:

npm start

Rebuild and watch for changes:

gulp