/sms-django-rest-backend

The rest API backed written in python with Django and DRF for a school management project

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

sms-django-rest-backend

The rest API backed written in python with Django and DRF for a school management project

Trying out for the first time? You need some data ready, dont you?

NOTE: The application uses SQL server as backend

Scratch data to get started with is stored in data-dump.json run the following code to import the data onto your sql server python3 manage.py loaddata data-dump.json

NOTE: THIS IS JUST THE BACKEND For frontend written in react, head on over to sms-react-app repository