https://easychats.herokuapp.com (allow 1 min to start as will idle when inactive)
Test accounts: [{acc1@easychats.com, test.123}, {acc2@easychats.com, test.123}]
- React
- Redux
- Websockets
- Django (DRF)
- Redis
- Channels
- Daphne
- Cors
- Whitenoise
- JWT (http only cookies)
git clone git@github.com:rsleyland/ChatSystem.git
cd ChatSystem\frontendnpm start- running on localhost:3000
cd ChatSystem\backendpython -m venv myenvmyenv\Scripts\activatepip install -r requirements.txtpython manage.py runserver- running on localhost:8000
docker run -p 6379:6379 -d redis:5
git clone git@github.com:rsleyland/ChatSystem.gitcd ChatSystemgit checkout dockereddocker-compose builddocker-compose-up- backend running on localhost:8000
- frontend running on localhost:3000
- redis running on localhost:6379