Skip to content

be320/Web-Arkdev

Repository files navigation

Course Registration and Management System

This is a web frontend and backend project for Registration and Management System for adding students, instructors, Courses, admins and tracks.

UPDATE

Please update your database as there has been some small changes with the table IDs name

Installation

download DB Update.sql & DB Update 2.sql file from DB folder
Open up your phpmyadmin intrface
select training_management_system database
select import from the top bar
choose the downloaded file
now you're all set.

Entities:

Students

will be able to to registers through a mobile application only.
add courses, drop Courses.
Search courses by specific track.

Admins

Will intrface through web browsers only. add cousrses, add admins, add instructors, add tracks.
can delelte any of them.

Installation

1 Setting the database

download the DB folder
Using the import function in PHP my admin
import the training_managemet_system.sql file
import DB Update.sql and DB Update 2.sql file don't have to do the update above if you done this
now the database is set

an admin record is added already

name: admin
email: [email protected]
password: admin

2 Setting the config file to accsess you database server

Go to Config/app.php

change the $dbUserName and $dbPassword to match the phpmyadmin username and password you have

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published