A mini social media platform built with Django, SQLite, HTML, CSS, JavaScript and Bootstrap.
- User registration, login and logout
- User profiles with bio and optional profile image
- Create and view posts
- Comment on posts
- Like and unlike posts
- Follow and unfollow users
- Personal profile feed and follower/following counts
- Django admin panel
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserverOpen:
http://127.0.0.1:8000/
django python social-media bootstrap sqlite codealpha