File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,23 @@ Create your dynamodb tables
1414
1515Navigate into the project directory
1616
17+ ### To run from the command line
18+
1719run ``` sh uvicorn app.main:app --reload ```
1820
21+
22+ ### To run with Docker compose
23+
24+ > [ !TIP]
25+ > You will need access to the aws config variables through a .env file or using EXPORT from the command line
26+
27+ Use the ` Makefile ` command ` make build `
28+
29+ ### Docs
30+
1931> [ !TIP]
2032> Once that is running docs can be found at http://127.0.0.1:8000/docs where they are kindly generated for us by FastApi using openapi.
2133
34+ ### Making API Calls
2235
23- Curl Commands for all api calls can be found there or in the docstrings on the routes.
36+ Curl Commands for all api calls can be found there or in the docstrings on the routes.
You can’t perform that action at this time.
0 commit comments