Stackoverflow replica with node.js
Firstly, you need to install dependencies by
npm install
then install bower dependencies by
bower install
Finally, you can start it by
npm start
you can check it in localhost port 8080
You can run tests by
npm test
register URL might be looked as follow;
localhost:8080/user/register
Login URL might be looked as follow;
localhost:8080/user/login
Create Question URL might be looked as follow;
localhost:8080/questions/create