You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is designed and developed for the megademy community so that students can easily create and use their own api and do not need an external api.
Backend developed for data management and data processing of your classroom Suggested: to be used as a test for online and face-to-face classes
Section Maine
Section Document
Section Footer
Section View json
Run Project
install Package
pip install django
pip install djangorestframework
pip install django-cors-headers
Fix Database (Run Command)
python manage.py makemigrations
python manage.py migrate
Test database Project
python manage.py test
Finally Run Project
python manage.py runserver
If it was the default port, use port 8080
python manage.py runserver 8080
-------------------------
Developers
Dayan Ghanbari
Saber Heydari (Supporter Front End)
Version Project 0.1
About
This project is designed and developed for the megademy community so that students can easily create and use their own api and do not need an external api.