Docker implementation

This commit is contained in:
2020-08-29 21:42:36 +02:00
parent 504df2b15d
commit 7736f9abfc
5 changed files with 32 additions and 1 deletions

View File

@@ -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.
![](src/main/resources/banner.png)
## Register user
To register a new user send a JSON with `email` and `password` via `POST` request to `/api/register`:
``` json