Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tsarchghs/minitweet-twitter-clone
- Owner: tsarchghs
- License: gpl-3.0
- Created: 2018-06-15T09:08:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T15:18:00.000Z (about 6 years ago)
- Last Synced: 2024-10-12T06:49:32.354Z (3 months ago)
- Topics: django, python3, social-network
- Language: Python
- Homepage:
- Size: 2.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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