Hello all! 😗 POSTIFY is a Python Django web application allowing users to share blogs with titles, content, and images. Only logged-in users can view and upload posts.
- User Authentication
- Create Posts
- View Posts (Exclusive to logged-in users)
- Responsive Design
- Python Django
- HTML, CSS, JavaScript
- SQLite
- Bootstrap
- Clone repository
- Install dependencies:
pip install -r requirements.txt
- Run migrations:
python manage.py migrate
- Make migrations:
python manage.py makemigrations
- Start development server:
python manage.py runserver
Thanks for checking out. ✨