Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tsarchghs/minitweet-twitter-clone

An Open-Source clone of twitter.
https://github.com/tsarchghs/minitweet-twitter-clone

django python3 social-network

Last synced: about 2 months ago
JSON representation

An Open-Source clone of twitter.

Awesome Lists containing this project

README

        

# 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