Used:
next.js - 14Django - 4python - ^3.11PostgreSQL
cd chat_client
npm install
npm run devpoetrydocker
- you can use simple python venv:
- create python_venv and install all dependencies inside
poetry.toml
- create python_venv and install all dependencies inside
- you can install redis to you system and use
cd chat_server
poetry shell
poetry install
./run.sh