- user registration (0.0.12v)
- getting information from client (in dev)
- chat application (in plan)
- cart and payments (in plan)
master - Main branch, the result of which can be seen at the link http://www.murrengan.ru/.
develop - Branch for developers. Checkout from here and implement new features.
- Python 3.6.9
- Django 3 as main backend framework
- Django REST for building Web APIs
- Simplejwt for JSON Web Token authentication
pip install -r requirements.txt
python manage.py makemigrations murren
python manage.py migrate
python manage.py runserver
pytest