/dashboard

Primary LanguageJavaScript


Dashboard

A Learning Management System, that enhances the Learning experience of k-12 students.

Live Site · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

Logo

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.

(back to top)

Built With

Python

Django

SQLite

Bootstrap

DB DESIGN this db is not fully implemented Logo

(back to top)

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

You need Python installed on your machine.

Installation

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

(back to top)

Login Credentials

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