Skip to content

sooolji/fastapi-blog

Repository files navigation

FastAPI Blog

Minimal blog built with the purpose of learning FastAPI. I also used Uvicorn, Pydantic, SQLAlchemy to build a functional backend. The frontned was created with Jinja2 and Boostrap. Also ruff was a sensational tool building this.

Thanks to Corey Schafer placeholder for link. Here you can find series placeholder for link.

Quick start

  1. Set up
git clone

2.Install dependencies

uv sync

2.Run the app:

uv run uvicorn main:app --reload

Note

To generate your secret key open your terminal and type

python -c "import secrets; print(secrets.token_hex(32))" 

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors