-
Create an environment:
Windows:
python -m venv env
MacOS:
python3 -m venv env
-
Environment activate:
Windows:
.\env\Scripts\activate
MacOS:
source env/bin/activate
-
Install requirements:
pip install -r requirements.txt
-
Run Server:
uvicorn app.main:app --reload
or
uvicorn <folder>.main:app --reload
-
Deactive Environment:
deactivate
-
Notifications
You must be signed in to change notification settings - Fork 0
EnocDelgado/Base-Model-RestAPI---FastAPI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is my base model of a RestAPI application with FastAPI
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published