Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khoaguin/fastapi-blog

A Blog Built with FastAPI
https://github.com/khoaguin/fastapi-blog

Last synced: 11 days ago
JSON representation

A Blog Built with FastAPI

Awesome Lists containing this project

README

        

# A Blog Built with FastAPI

## How to run

Set up the environment
```bash
python -m venv fastapi-env
source fastapi-env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
```

Run
`uvicorn main:app --reload`

## References
[*FastAPI - A python framework | Full Course*](https://www.youtube.com/watch?v=7t2alSnE2-I&t=17s)