swe574-group2 / swe574

This repository is created for the course named "SWE 574 - Software Development as a Team".
5 stars 0 forks source link

Create a simple working annotation system. #39

Closed okanmenevseoglu closed 7 years ago

okanmenevseoglu commented 7 years ago

A very simple annotation system needs to be created for the text annotation: 1) Server side needs to handle GET and POST requests to retrieve and save the annotation data. 2) Client side needs to be able to make GET and POST requests to view and send the annotation data. 3) All of the above must be done according to W3C annotation standards.