Skip to content

Commit 629c4fa

Browse files
author
Ferenc Hammerl
committed
Add warning about Docker File Sharing :)
1 parent 62763a8 commit 629c4fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Backend Engineer hiring challenge - Ferenc Hammerl
22

33
## How do I use it?
4-
If you can't wait to try this api, you're at the right place.
4+
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+
57
Run:
68
```
79
docker-compose up
810
```
911
in the polls folder, wait for Docker and Maven to do their thing, then fire away.
12+
1013
### 1. List all polls created by a user
1114
GET: `http://localhost:8080/api/v1/polls/createdBy?userId=4`
1215

0 commit comments

Comments
 (0)