website: https://kanao.pythonanywhere.com/
A mail like application which can be used to chat with your friends
Browse to the root directory
have python version 3.10 or better installed
python -m venv venv
venv/Scripts/activate.bat
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver







