sda-question-server

Hosted at:

https://server-lab-6-final-swe18-33.herokuapp.com/

Postman Test Scripts

located at repo/docs

Sequence Diagram Code

located at repo/docs

API Specification

Create A Question:

Post: /write

{tag: <>, description: <>, options: <>, point <>}

Read a Question:

GET: /read/:id

Sequence Diagram for the Lab Task:

sda-lab-6