/minitweet-twitter-clone

An Open-Source clone of twitter.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

minitweet-twitter-clone

Quick Setup

Clone repository:

git clone https://github.com/gjergjk71/minitweet-twitter-clone

Install necessary packages

pip3 install -r requirements.txt

Make migrations

python3 manage.py makemigrations
python3 manage.py migrate

Create an account with admin access

python3 manage.py createsuperuser

Run it on your local machine

python3 manage.py runserver