# Run the app
uvicorn main:app --reload
# Run the app on a directory
uvicorn app.main:app --reload
# Run on specific port
uvicorn app.main:app --reload --port 8080
# Run and bind it to an internet IP
uvicorn app.main:app --reload --host 192.168.1.140 --port 8080-
Notifications
You must be signed in to change notification settings - Fork 0
AaronFortG/MoscouAPI
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published