https://github.com/mohdraza216/tweetbar
TweetBar is a Django-based web app for sharing short messages. It features user authentication, tweet posting, all within a responsive design. Built with Django and Bootstrap, TweetBar offers a clean and intuitive interface for social interaction.
https://github.com/mohdraza216/tweetbar
authentication backend bootstrap5 crud-application css3 django frontend html5 javascript python sqlite3
Last synced: 3 months ago
JSON representation
TweetBar is a Django-based web app for sharing short messages. It features user authentication, tweet posting, all within a responsive design. Built with Django and Bootstrap, TweetBar offers a clean and intuitive interface for social interaction.
- Host: GitHub
- URL: https://github.com/mohdraza216/tweetbar
- Owner: MohdRaza216
- License: mit
- Created: 2024-11-02T06:43:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T11:21:04.000Z (over 1 year ago)
- Last Synced: 2025-02-04T18:52:38.845Z (over 1 year ago)
- Topics: authentication, backend, bootstrap5, crud-application, css3, django, frontend, html5, javascript, python, sqlite3
- Language: JavaScript
- Homepage: https://mohdraza216.github.io/TweetBar/
- Size: 4.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TweetBar
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.
## Features
- **User Authentication**: Secure login and registration system.
- **Tweet Management**: Post, edit, and delete tweets.
- **Responsive Design**: Optimized for all devices using Bootstrap.
## Technologies Used
- **Backend**: Django
- **Frontend**: HTML, CSS, Bootstrap
## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/yourusername/TweetBar.git
cd TweetBar
```
2. **Create a virtual environment:**
```bash
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
```
3. **Install dependencies:**
```bash
pip install -r requirements.txt
```
4. **Apply migrations:**
```bash
python manage.py migrate
```
5. **Run the development server:**
```bash
python manage.py runserver
```
6. **Access the application:**
Open your browser and go to `http://127.0.0.1:8000/`
## Contributing
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
## License
This project is licensed under the MIT License.