TechTweet is a Django-based microblogging platform inspired by Twitter, built for tech enthusiasts. Users can post short tech-focused messages (tweets), like and comment on others’ posts, and engage in community discussions. It supports rich user profiles and interaction tracking.
- User Registration & Login with authentication
- Post tweets (short messages)
- Comment on tweets with like/dislike support
- Like/unlike tweets
- See own tweets and interaction stats
- Responsive, Bootstrap-based UI
- Backend: Python, Django
- Frontend: HTML, CSS, Bootstrap, JavaScript
- Database: MySQL
git clone https://github.com/yourusername/techtweet.git
cd techtweet
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Then visit: http://127.0.0.1:8000/
- Register a new account or log in
- Post tweets, comment, like, and interact
- View your activity under "My Tweets"
Vipul Chaurasia chaurasiavipul98@gmail.com