Clone of popular social network twitter using Django.
- Git Clone the project with:
https://github.com/nhananto/twitter_clone.git - Create a new python enveronment with:
python -m venv venv - Activate enveronment with:
venv\Scripts\activate - Install required dependences with:
pip install -r requirements.txt - Make migrations with:
python manage.py makemigrationsand thenpython manage.py migrate - Run app localy with:
python manage.py runserver
This project is developed by Nazmul Hossain Ananto by the help of Redian Marku. All rights reserved 2020.
