https://github.com/jrycw/streamlit-edgedb-fastapi-blog
A simple blog app built by streamlit+edgedb+fastapi
https://github.com/jrycw/streamlit-edgedb-fastapi-blog
blog edgedb fastapi postgresql python streamlit
Last synced: 5 months ago
JSON representation
A simple blog app built by streamlit+edgedb+fastapi
- Host: GitHub
- URL: https://github.com/jrycw/streamlit-edgedb-fastapi-blog
- Owner: jrycw
- License: mit
- Created: 2022-08-25T03:55:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T18:05:58.000Z (about 3 years ago)
- Last Synced: 2025-03-26T12:14:11.751Z (8 months ago)
- Topics: blog, edgedb, fastapi, postgresql, python, streamlit
- Language: Python
- Homepage:
- Size: 614 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streamlit-edgedb-fastapi-blog
A simple blog app built by [Streamlit](https://streamlit.io/) + [EdgeDB](https://www.edgedb.com/) + [FastAPI](https://fastapi.tiangolo.com/).
```
pip install -r requirements.txt
# EdgeDB
edgedb project init
edgedb migration create
edgedb migrate
# FastAPI
uvicorn app.main:api
# Streamlit
streamlit run stapp/01_blog.py
# pytest
edgedb instance create test01
edgedb -I test01 migrate
python -m pytest tests/
edgedb instance destroy -I test01 --force
```
## Blog



# Create Post

# Admin


