Skip to content

Tudiman555/fastapi-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing Virtual Environment

python -m venv fastapi-venv

Activate the Environment

source fastapi-venv/bin/activate

Install dependences

pip install -r requiredments.txt

Running Migrations

alembic upgrade head

Downgrading Migrations

alembic downgrade revision_id

Install pre-commit hooks

pip install pre-commit
pre-commit install

Starting the Server

uvicorn app.main:app --reload --port 8000

Creating Migration

alembic revision --autogenerate -m "Message"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published