Admin Portal

Blog Admin Board is a web-based admin portal designed to simplify the management of blog content stored in a remote SQLite Cloud database. Inspired by the convenience of Django’s admin interface, this project provides an intuitive way to create, edit, and delete posts, as well as manage categories and tags—all without direct SQL queries.

August 1, 2025

Blog Admin Board Screenshot

Blog Admin Board is a web-based admin portal designed to simplify the management of blog content stored in a remote SQLite Cloud database. Inspired by the convenience of Django’s admin interface, this project provides an intuitive way to create, edit, and delete posts, as well as manage categories and tags—all without direct SQL queries.

Built with FastAPI, SQLAlchemy, and SQLAdmin, the board maps database models to a user-friendly web interface. The portal allows for easy content management, including viewing all posts with their associated categories and tags. Environment configuration is handled via a .env file, and the application can be run locally with Uvicorn.

  • Tech Stack: FastAPI, SQLAlchemy, SQLAdmin, SQLite Cloud
  • Features: Create/edit/delete posts, manage categories/tags, view post lists
  • Setup: Configure DATABASE_URL in .env, run with Uvicorn
  • Access: http://localhost:8000/admin
Admin Board Features
Edit of a Post Board