Welcome to Vladogram – a blog platform built with Python/Django on the backend and React on the frontend.
You can create posts, search for interesting content, visit other users’ pages, and leave comments!
- 📝 Create and manage your own blog posts
- 🔍 Search posts by keyword
- 👤 Visit other users' pages
- 💬 Comment on posts
- ✏️ Edit only your posts
- 🗑️ Delete comments (only available to the author of the post)
- Python
- Django Rest Framework (DRF)
- JWT Authentication (
Simple JWT) - SQLite (default development database)
- React
- 🔗 API Base URL: https://vladogram.pythonanywhere.com/
- 📘 API Docs (Swagger): https://vladogram.pythonanywhere.com/api/docs/swagger/