A clean, modern blogging platform for writers and readers to share stories and connect.
- • Write posts with rich text and images
- • Like posts and comment on stories
- • Build a community of writers and readers
- • User profiles with activity tracking
Django 5.2.6 • SQLite • Whitenoise • Gunicorn
# Clone the repository git clone https://github.com/SmitBdangar/Bookish-Brio.git # Navigate to project directory cd Bookish-Brio # Install dependencies pip install -r requirements.txt # Run migrations python manage.py migrate # Create superuser python manage.py createsuperuser # Start the development server python manage.py runserver
Made by Smit Bdangar