Skip to content

PritamChk/ClassroomBackend

Repository files navigation

Classroom LMS API (Backend)


4 th Sem Major Project

  • 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


Contributors



Project Start Date : 5-Feb-2022

Coding Start Date : 26-April-2022

Technology Stack


OS - Windows 10


Recommended Setup


Install :

  1. VS Code 2.Install Docker & Run It
  2. Save docker-entrypoint.sh & wait-for-it.sh with LF line feed.
  3. use the following command for first time build:
docker-compose up --build
  1. create super user for django admin area (one time)
docker-compose run web python manage.py createsuperuser
  1. for other commands check out the Pipfile

Some Glimpse of Frontend :


---

To Know More About Frontend :