Run the following command in root directory of an app in command prompt.
server/ node install
client/src/ bower install
Run the following command in root directory of an app in command prompt.
server/ node server.js
You can see the port number in command prompt after sucessfull run
You can change the settings in server/config/config.js file
1. Register new user. Registration requires a valid user email address which will be his user name and password.
2. One email address can be registered only once.