1.Clone The project
git clone https://github.com/pouya-mhb/MHB-Version-Twitterclone.git
- Create Virtual environment
python -m venv socialenv
or
virtualenv env
- Install packages from requirements.txt
pip install -r requirements.txt
- Create migrations and migrate
python manage.py makemigrations
python manage.py migrate
- Create admin user
python manage.py createsuperuser
- Run the project
python manage.py runserver