utmgdsc / MyAcademia

0 stars 4 forks source link

Created and populated database. #31

Closed adityaharish218 closed 1 year ago

adityaharish218 commented 1 year ago

Created the backend Django project with Django ORM models for the database. Created Django management commands to populate the database through CSV files that are created by the scripts. This is a workaround for now and needs to be directly integrated into the script (i.e script should directly populate database instead of populating to a CSV). Added DjangoRest framework along with routers to have backend API access.