A Learning Management System, that enhances the Learning experience of k-12 students.
Live Site
·
Report Bug
·
Request Feature
Table of Contents
A Learning Management System, that enhances the Learning experience of k-12 students. This project aims to equip our schools with latest tech, so that students are not left behind.
DB DESIGN this db is not fully implemented
To get a local copy up and running follow these steps.
You need Python
installed on your machine.
Clone the repo
git clone https://github.com/ankitdevelops/dashboard.git
create a virtual environment, you can use any method to create virtualenv
virtualenv env
Install the required dependencies from requirements.txt file
pip install -r requirements.txt
Start the Django Development Server
python manage.py collectstatic #only if needed
python manage.py makemigrations #only if needed
python manage.py migrate #only if needed
python manage.py runserver
Admin
username:ankit password:ankit
Teacher
username: Vipin -1998-05-25 password: Vipin -1998-05-25
Student
username: Rylee-2024-02-20 password: Rylee-2024-02-20