Project Of Node js course
- Download Structure of Database from "js212.sql" (A view of the database model is available in the "Data-Model.JPG")
- after Enter "npm install" command in "js_212" Directory,"npm start" command, can see http://localhost:8000
- Postman Json format is available in the "Postmancollection" Directory. 4.API:
- /questions :GET,Post
- /answers :GET,Post
- /users :Get
- Test Handeled by Mocha/chai in Test directory