Skip to content

jrycw/streamlit-edgedb-fastapi-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit-edgedb-fastapi-blog

A simple blog app built by Streamlit + EdgeDB + FastAPI.

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

blog-list blog-detail-show blog-detail_edit

Create Post

create-post

Admin

admin-create-user admin-view-users admin

About

A simple blog app built by streamlit+edgedb+fastapi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages