Loading repository data…
Loading repository data…
Chaurasiavipul98 / repository
TechTweet is a Django-based microblogging app for tech enthusiasts. Users can post short tech tweets, comment, like/dislike posts, and view interaction stats. It features user authentication, Bootstrap UI, and a simple feed for sharing ideas and engaging with the community.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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.
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/
Vipul Chaurasia chaurasiavipul98@gmail.com