-
Open the terminal
-
Create a virtual environment
python3 -m venv venv
-
Then activate the virtual environment (MAC)
source venv/bin/activate
-
Install all the dependencies
pip install -r requirements.txt
-
Start the application on port 8001
uvicorn main:app --reload --port 8001
-
Notifications
You must be signed in to change notification settings - Fork 0
aevo98765/calculator-fastapi-app
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