SwiftCMS is a minimalistic but powerful CMS developed using:
- Python 3.13
- FastAPI
- SQLAlchemy 2.0
- PostgreSQL
- Docker
Key features: ✅ Content creation and management (articles, pages) ✅ Flexible role system (admin, editor, guest) ✅ RESTful API for frontend integration ✅ Tags and categories support
Build
docker build -t cms-system.
Run
docker run -d -p 8000:8080 cms-system