Docker implementation
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# WebQuizEngine
|
||||
Spring Boot web service to create and solve quizzes using a REST API.
|
||||
Spring Boot web service to create and solve quizzes via REST API using Docker as deployment tool.
|
||||
|
||||

|
||||
## Register user
|
||||
To register a new user send a JSON with `email` and `password` via `POST` request to `/api/register`:
|
||||
``` json
|
||||
|
||||
Reference in New Issue
Block a user