We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62763a8 commit 629c4faCopy full SHA for 629c4fa
README.md
@@ -1,12 +1,15 @@
1
# Backend Engineer hiring challenge - Ferenc Hammerl
2
3
## How do I use it?
4
-If you can't wait to try this api, you're at the right place.
+If you can't wait to try this api, you're at the right place.
5
+Make sure docker has File Sharing enabled for the folder.
6
+
7
Run:
8
```
9
docker-compose up
10
11
in the polls folder, wait for Docker and Maven to do their thing, then fire away.
12
13
### 1. List all polls created by a user
14
GET: `http://localhost:8080/api/v1/polls/createdBy?userId=4`
15
0 commit comments