Skip to content

oxhop/chat-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Chat web app

Back-End (Django)

cd backend

pipenv install

pipenv shell

py manage.py runserver

Front-End (React)

cd frontend

yarn

yarn start