Real Time Chat application using Websockets and Django Channels
- Change directory:
cd backend/chat - Create new DB(database)
- Import dump from the directory
- Create
settings.pyusing provided example insettings.py.example - Install requirements using pip:
pip3 install -r requirements.txt - Run app server
- Change directory to backend
- Create config file.
- Install libraries:
yarn install - Compile and reload for development
- ..or build minified version for production:
yarn run build
- Responsive and materialistic design
- send,view and Share messages
- client and backend side message validation
- easy to scale
