Back-end of a chat website
It is a simple back-end project written in django.
pip install django djoser corsheaders djangorestframework drf_yasg
git clone https://github.com/nutmi/cybersan-backend.git
cd cybersan-backend
- run these commands to prepare this project for work
manage.py makemigrations
manage.py migrate
manage.py runserver