Skip to content

AnkitVats21/twitter-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Twitter clone using django rest framework backend and react js frontend

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors