Connactivity Backend This repository contains the backend of Connactivity, written in Django. To make migrations run: python manage.py makemigrations To migrate run: python manage.py migrate To run the server: python manage.py runserver Resources: Django Django Rest Framework