Skip to content

Fullstack Serverside Rendering App with FastAPI and Jinja2 with Database migration and integration with alembic and sqlAlchemy

Notifications You must be signed in to change notification settings

shivvamm/FastAPI-Complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alembic commands To create a revision : alembic revision -m "Create phone number for user column"

To upgrade the db with the revision: alembic upgrade 7bcd40d197d0

To downgrade the db with the revision: alembic downgrade -1

About

Fullstack Serverside Rendering App with FastAPI and Jinja2 with Database migration and integration with alembic and sqlAlchemy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published