Used:
next.js - 14
Django - 4
python - ^3.11
PostgreSQL
cd chat_client
npm install
npm run dev
poetry
docker
- 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