LEARNING MANAGEMENT SYSTEM (DJANGO RESTAPI && REACTJS) Backend Development cd Backend uv venv . .venv/bin/activate uv sync python manage.py migrate python manage.py createsuperuser python manage.py runserver Frontend Development cd frontend npm install npm run dev