Skip to content

Twitter clone using django rest framework backend and react js frontend

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published