Skip to content

Commit 4ad92a7

Browse files
Detail how to see the app in the browser
1 parent 093706f commit 4ad92a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ You can download this repository and run it using [Docker](https://www.docker.co
2222

2323
```docker compose up```
2424

25+
Then head over to [http://localhost:8000/docs](http://localhost:8000/docs) or [http://localhost:8000/redoc](http://localhost:8000/redoc) in the browser.
26+
2527
#### Option #2: Using Virtual Environments
2628

2729
Alternatively, you can also make a virtual environment. This is *recommended*, as it will allow you to also run the automated tests as well
@@ -36,6 +38,7 @@ And then run the app using `uvicorn` in the Command Line:
3638
```
3739
(env) $ uvicorn app.main:app --reload
3840
```
41+
Then head over to [http://localhost:8000/docs](http://localhost:8000/docs) or [http://localhost:8000/redoc](http://localhost:8000/redoc) in the browser.
3942

4043
### Run the Tests
4144
To run the tests, you will first need to set up a Python virtual environment to run this project locally (see above). Then you can run the automated tests from the root directory, using the command line:

0 commit comments

Comments
 (0)