Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 397 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 397 Bytes

Twitter-Clone

Twitter clone using django REST framework backend and react.js frontend

Getting started

create environment and activate

virtualenv env
./env/Scripts/activate

Installing necessary libraries

pip install -r requirements.txt

Next step: Run following commands

cd ./api
python manage.py makemigrations
python manage.py migrate
python manage.py runserver