Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update the README.md
  • Loading branch information
wainstead committed May 30, 2021
commit 0c7d6ac07482fec97991e97df4f232352c1f6ba1
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ Type "Y" to accept the message (which is just there to prevent you accidentally
Finally run the app with

```
python wsgi.py
uvicorn wsgi.py
```

Navigate to the posted URL in your terminal to be greeted with Swagger, where you can test out the API.
Navigate to http://127.0.0.1:8000/docs to be greeted with Swagger,
where you can test out the API.



Expand All @@ -52,3 +53,9 @@ pip install pytest
pytest
```

## Running via docker-compose
```
docker-compose up

```