Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khoaguin/fastapi-blog
- Owner: khoaguin
- Created: 2023-01-12T08:38:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T13:54:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T12:24:19.504Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)