InkSpire is a full-stack blog platform where users can read and manage tech-related blogs with category filters, pagination, and a clean UI.
Live: https://inkspire-p7wi.onrender.com
- Django
- Django REST Framework
- SQLite
- Whitenoise (for static file serving)
- Custom User Model
- React.js
- Axios
- Tailwind CSS
- Create, Update, Delete Blogs (Admin)
- Paginated Blog List API
- Admin Dashboard
- Categories Support
- Featured Images Upload
- Auth system with Custom User
git clone https://github.com/yourusername/InkSpire-Blog-App.git
cd InkSpire-Blog-Apppython -m venv venv
source venv/bin/activate # For macOS/Linux
venv\Scripts\activate # For Windows
pip install -r requirements.txt
./build.sh
cd frontend # or wherever your frontend folder is
npm install
npm start