File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ deploying the service.
24
24
25
25
All of our server code is written using [ Flask] ( https://flask.palletsprojects.com/en/2.3.x/ ) .
26
26
27
- The Flask web service exists within " ` /src ` " . The ` __init__.py ` is the
27
+ The Flask web service exists within ` /src ` . The ` __init__.py ` is the
28
28
entry point for the app. The other files provide the routes.
29
29
30
- Other related Python code that implement features are within " ` /lib ` " .
30
+ Other related Python code that implement features are within ` /lib ` .
31
31
32
32
To build the app, use ` docker compose build ` .
33
33
You will need to rebuild when you change the source.
34
34
35
35
To run the app locally, use ` docker compose up ` from the repo root.
36
36
37
- This will run a webserver accessible at [[ http://localhost:5000 ]] .
37
+ This will run a webserver accessible at < http://localhost:5000 > .
38
38
39
39
** Note** : You need to provide the API keys in the ` config.txt ` file
40
40
before the service runs. See the above "Configuration" section.
You can’t perform that action at this time.
0 commit comments