Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 339 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 339 Bytes

Backend for the Learn App in Django

Frameworks and libraries used

  • Django
  • Django Rest Framework
  • Djoser

Credits

Project setup

pip install -r requirements.txt
python manage.py migrate

Development server

python manage.py runserver