Here you can add your own categories and check out the cart.
To check out the cart sign in with Oauth api used.
-
Any javascript IDE supporting node js(recommended: Webstorm by Jetbrains).
-
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.
-
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.
- Run command
npm install
. - 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).
- Run command
node server.js
and open the respective port mentioned in your browser.