git clone git@github.com:aleks0099/SecondPythonProject.git
pip install -r requirements.txt
cd messenger
python manage.py migrate
python manage.py runserver
At the first page there are two buttons. Using these buttons you can login or register (after clicking, enter the required data in the fields).
Then you will be redirected to your profile page, where you can view received and sent messages, send a new message by clicking on the appropriate buttons.