Skip to content

Shop with us... A shopping cart designed in NodeJs...

Notifications You must be signed in to change notification settings

Suesanz/Shop-With-us

Repository files navigation

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.

About

Shop with us... A shopping cart designed in NodeJs...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published