Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 959 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 959 Bytes

Shop With Us

Here you can add your own categories and check out the cart.

To check out the cart sign in with Oauth api used.

Prerequisites:

  1. Any javascript IDE supporting node js(recommended: Webstorm by Jetbrains).

  2. The database created is by using Sequilizer in nodejs. Here mysql is used as dialect. If someone works on other database platform they can change dialect in model.js file.

  3. The datbase created must have same name,username as written in model.js file. If someone intended to change it please do change the configuration from sequilizer command also.

HOW TO SET UP?

  1. Run command npm install.
  2. To make sign in working register your app from facebook and twitter from their developer page. The client id and client secret used here in strategies are just some random number(obviously).
  3. Run command node server.js and open the respective port mentioned in your browser.