- In this Project I have developed this whole API
- This API has 5 Modules :
- Authentication
- Owner Admin
- Admin with less privileges
- Teacher
- Student
API Doc
![]()
OS
-Windows 10
Install :
- VS Code 2.Install Docker & Run It
- Save
docker-entrypoint.sh
&wait-for-it.sh
withLF
line feed. - use the following command for first time build:
docker-compose up --build
- create super user for django admin area (one time)
docker-compose run web python manage.py createsuperuser
- for other commands check out the
Pipfile
---