Skip to content

devansh-299/AUGSD-Course-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUGSD Course Management Web Application

augsd_project

Details

A web application for the faculty of BITS Pilani Goa Campus to allow them to structure courses, alot rooms, select time slots and instructors efficiently and easily.

Project Structure

📦augsdapp
 ┣ 📂static
 ┃ ┣ 📂augsdapp
 ┃ ┃ ┣ 📜homepage.css
 ┃ ┃ ┗ 📜main.css
 ┃ ┗ 📂images
 ┃ ┃ ┗ 📜background.jpg
 ┣ 📂templates
 ┃ ┗ 📂augsdapp
 ┃ ┃ ┣ 📜AddCourse.html
 ┃ ┃ ┣ 📜AddSection.html
 ┃ ┃ ┣ 📜CourseDetail.html
 ┃ ┃ ┣ 📜DeleteCourse.html
 ┃ ┃ ┣ 📜ModifyCourse.html
 ┃ ┃ ┣ 📜UpdateSection.html
 ┃ ┃ ┣ 📜base.html
 ┃ ┃ ┗ 📜homepage.html
 ┣ 📜__init__.py
 ┣ 📜admin.py
 ┣ 📜apps.py
 ┣ 📜forms.py
 ┣ 📜models.py
 ┣ 📜tests.py
 ┣ 📜urls.py
 ┗ 📜views.py

Project Setup

  1. Clone the project by using the command git clone https://github.com/devansh-299/AUGSD-Course-Management.git
  2. Setup a virtual environment inside the project directory. For guidelines refer this awesome article by DjangoGirls - link
  3. Now you will need to install the libraries used in this project. For this simply use type this command pip install -r requirements.txt
  4. After all these steps, you are good to go 🎉 (In case of any errors do raise issues on the GitHub issue tracker)

Contribute

This is an OpenSource project and contributors are always welcomed. All the issues should be raised via Github issue tracker and all the changes should be proposed via Pull Requests.

About

AUGSD project for Course Making

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published