Check it out at https://fitnessthez.herokuapp.com
1.Any javascript IDE supporting node js.
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 database 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.
Step 1: Run command * npm install *
Step 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).
Step 3: Run command * node server.js * and open the respective port mentioned in your browser.