File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,11 @@ A very simple [docker-compose.yml](/docker-compose.yml) has been included to sup
2323
24244 . You'll also need [ Docker Desktop] ( https://www.docker.com/products/docker-desktop/ )
2525
26- ## Setup
27-
28- ``` bash
29- make setup-local
30- ```
31-
3226## Run the application
3327
34281 . In your terminal, ` cd ` to the ` app ` directory of this repo.
35292 . Make sure you have [ Docker Desktop] ( https://www.docker.com/products/docker-desktop/ ) installed & running.
36- 3 . Run ` make setup-local ` to copy over ` .env.example ` to ` .env `
30+ 3 . Run ` make setup-local `
37314 . Run ` make init start ` to build the image and start the container.
38325 . Navigate to ` localhost:8080/docs ` to access the Swagger UI.
39336 . Run ` make run-logs ` to see the logs of the running API container
You can’t perform that action at this time.
0 commit comments