Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmateusribeiro authored and Jmateusribeiro committed Jul 1, 2024
1 parent 99bdc1f commit c6b1e12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ The decision of whether to create a virtual env for executing the script is up t

To run the API:

fastapi dev main.py
fastapi run main.py

After run this command:
- The api will be available at http://0.0.0.0:8000
- The documentation of the API is available at http://0.0.0.0:8000/docs


## Project Structure
Expand Down

0 comments on commit c6b1e12

Please sign in to comment.