-
Git clone project
-
A virtual environment is created
-
Installing requirements.txt
pip install -r requirements.txtv
-
Alembic init
alembic init migrations
-
env.py files database url is given
-
Alembic migrations
alembic revision --autogenerate -m "Create tables"
-
Alembic upgrade
alembic upgrade head
-
Let's launch the project
uvicorn main:app --reload
-
Notifications
You must be signed in to change notification settings - Fork 0
temirovuz/instagram_FastAPI
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