Skip to content

beingtmk/django-react-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-react-chat

To run the Backend, run:

virtualenv env
source env/bin/activate
cd backend
pip install -r requirements.txt
python manage.py runserver

To run the Frontend:

cd frontend
npm i
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published