Skip to content

khay/node-question-and-answer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Stackoverflow replica with node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.9%
  • HTML 29.0%
  • CSS 3.1%