-
Notifications
You must be signed in to change notification settings - Fork 0
Home
stauvel edited this page Nov 19, 2015
·
2 revisions
sudo apt-get install mongodb
https://docs.mongodb.org/manual/tutorial/
mvn spring-boot:run
MongoDb repositories are navigable under http://localhost:8080/
POST /candidate/{firstName}/{lastName}
Returns the candidate with a candidate_uuid. This candidate_uuid must be used by the candidate for all requests.
GET /test/cards/{candidate_uuid}
Returns an exercice instance with an exercice_uuid. The programme will remember the candidate and date.
POST /test/{exercice_uuid} + {"cards":[...]}
- 406 | Not Acceptable | good answer |
- 200 | OK | |