Skip to content
/ SIMS Public

A student information management system for tertiary institutions

Notifications You must be signed in to change notification settings

jaykayudo/SIMS

Repository files navigation

SIMS

Student information management system for tertiary institution

🛠️ Languages and Tools:

HTML  CSS  Bootstrap 

JavaScript  Python  Django 


Features

  • Login form for Admin, Staff and Student

Admin Features

  • Create, Edit and Delete Staff Profile
  • Create, Edit and Delete Student Profile
  • Create, Edit and Delete Admin Profile (for Superusers)
  • Create, Edit and Delete Faculty Profile
  • Create, Edit and Delete Department Profile
  • Add, Edit and Delete Courses
  • Add, Edit and Delete Student Course Registration
  • Create, Edit and Delete School Newsletters
  • Reset Staffs Password
  • Reset Students Password

Staff Features

  • View your Department Students Profile
  • Add and Delete Course Resources
  • Create Course Registration format for the department (Auth Staff)
  • Create, Edit and Delete Departmental Newsletters
  • Change Password
  • View and Edit Personal Profile
  • View School Newsletters

Student Features

  • View and Edit your profile
  • Register semester courses and view the courses if registered
  • View School Newsletters
  • View Course Resources
  • View Departmental Newsletters
  • Change Password
  • View Semester Courses and Course Outlines

Run Locally

Clone the project

  git clone https://github.com/jaykayudo/SIMS.git

Go to the project directory

  cd SIMS

Install dependencies

  pip install -r requirements.txt

Start the server

  python manage.py runserver

Login Credentials

Note: This Credentials are for the test database that is used.

Admin

email: admin@sims.com (not superuser)

password: simsadmin

Staff

password: simsstaff

Student

password: simsstudent

Screenshots

Student Course Registration

Course Registration

Student Course Resources

Course Resources

Student Registered Courses

Registered Courses

Student Profile Details

Profile

Student Course Registration Form

Registration Form

Staff Student List

Staff List

Staff Course Registration Format

Staff Course Reg Format

Staff Add Course to Registration Format

Staff Course Reg  Add

Staff Course Resources

Staff Course Resources

Admin All Student List

Staff Course Resources

Admin Dashboard

Add Dashboard

About

A student information management system for tertiary institutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published