odayakanaasa / sneakerstop

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

Home Page:https://sneakerstop.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://sneakerstop.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 74.2%Language:CSS 24.9%Language:HTML 0.9%