TweetBar is a minimalist social media platform built with Django, designed for users to share short messages and connect with others in a simple, intuitive interface.
- User Authentication: Secure login and registration system.
- Tweet Management: Post, edit, and delete tweets.
- Responsive Design: Optimized for all devices using Bootstrap.
- Backend: Django
- Frontend: HTML, CSS, Bootstrap
-
Clone the repository:
git clone https://github.com/yourusername/TweetBar.git cd TweetBar
-
Create a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install dependencies:
pip install -r requirements.txt
-
Apply migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver
-
Access the application: Open your browser and go to
http://127.0.0.1:8000/
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License.