Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fahrettinsolak/tweet-with-python-app
Tweet App is a social media application built using Django web framework. With this application, users can create, view and delete their own tweets.
https://github.com/fahrettinsolak/tweet-with-python-app
python
Last synced: about 2 months ago
JSON representation
Tweet App is a social media application built using Django web framework. With this application, users can create, view and delete their own tweets.
- Host: GitHub
- URL: https://github.com/fahrettinsolak/tweet-with-python-app
- Owner: Fahrettinsolak
- Created: 2024-07-17T06:59:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T21:32:24.000Z (2 months ago)
- Last Synced: 2024-10-17T09:46:46.121Z (2 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tweet App
Tweet App is a social media application built using the Django web framework. With this application, users can create, view, and delete their own tweets.## Getting Started
To run this application in your local development environment, follow these steps:1.Clone the project files:
git clone https://github.com/Fahrettinsolak/tweet-app.git
cd tweet-app2.Create a virtual environment and install dependencies:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt3.Create the database:
python manage.py migrate4.Start the application:
python manage.py runserver
5.Open http://localhost:8000 in your browser and start using the application.## Contributing
If you'd like to contribute to this project, please don't hesitate to submit a pull request.