Skip to content

Latest commit

 

History

History
57 lines (29 loc) · 634 Bytes

File metadata and controls

57 lines (29 loc) · 634 Bytes

Node Question and Answer

Stackoverflow replica with node.js

Firstly, you need to install dependencies by

Prerequisites

npm install

then install bower dependencies by

bower install

Running

Finally, you can start it by

npm start

you can check it in localhost port 8080

Testing

You can run tests by

npm test

Register

register URL might be looked as follow;

localhost:8080/user/register

Login

Login URL might be looked as follow;

localhost:8080/user/login

Create Question

Create Question URL might be looked as follow;

localhost:8080/questions/create