minitweet-twitter-clone
git clone https://github.com/gjergjk71/minitweet-twitter-clone
Install necessary packages
pip3 install -r requirements.txt
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