/sneakerstop

E-commerce store. Includes shopping cart, authentication, and file upload systems.

Primary LanguageJavaScriptMIT LicenseMIT

SneakerStop

E-Commerce application with image upload, authentication, search, cart system.

Back End: Postgres, Node.js, Express Front End: React, Sass

Run it locally!

  1. Clone the git repository & navigate to the directory
$ git clone git@github.com:JulianHinsch/sneakerstop.git
$ cd sneakerstop

Make sure you have Postgres installed locally, create a database called "sneakerstop"

Start the server

$ cd server
$ npm install
$ npm start

Start the front-end (In a new tab)

$ cd ..
$ cd client
$ npm install
$ npm start

Compile Sass code (only necessary if you wish to make changes) (In a new tab)

$ npm run sass