Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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-app

2.Create a virtual environment and install dependencies:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

3.Create the database:
python manage.py migrate

4.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.