Skip to content

Commit 0e57538

Browse files
Merge branch 'main' of github.com:UPstartDeveloper/Fire-Detection-API
2 parents d4b8c64 + 53be2f0 commit 0e57538

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ You only need to use ONE of the following options:
2020
#### Option #1: Using Docker
2121
You can download this repository and run it using [Docker](https://www.docker.com/get-started):
2222

23-
```docker compose up```
23+
```
24+
$ docker compose up
25+
```
26+
27+
Then head over to [http://localhost:8000/docs](http://localhost:8000/docs) or [http://localhost:8000/redoc](http://localhost:8000/redoc) in the browser.
2428

2529
#### Option #2: Using Virtual Environments
2630

@@ -36,6 +40,7 @@ And then run the app using `uvicorn` in the Command Line:
3640
```
3741
(env) $ uvicorn app.main:app --reload
3842
```
43+
Then head over to [http://localhost:8000/docs](http://localhost:8000/docs) or [http://localhost:8000/redoc](http://localhost:8000/redoc) in the browser.
3944

4045
### Run the Tests
4146
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)