Skip to content
/ FakeLMS Public

DMBS lab project CS301P. This is a project that simulates a terminal version of an online education management system. Broadly, two actors, students and professors interact with the program to execute different usecases.

Notifications You must be signed in to change notification settings

yuktaX/FakeLMS

Repository files navigation

FakeLMS

DBMS micro project- Instructions to run

IMT2021018 IMT2021066 IMT2021067

Installation

Create a new database called fakelms

CREATE DATABASE fakelms

Use the source command to run all the sql queries stored in the .sql files

SOURCE (pathname of create_FakeLMS.sql)
SOURCE (pathname of insert_FakeLMS.sql)
SOURCE (pathname of alter_FakeLMS.sql)

Usage

On VSCode open the project folder. In the filename DAO_Factory.java change the variable PASS to your sql password.

Run the project by by running the driver code which is DAO_Demo.java.

To login as a student, type 1 as student_id and 'password' as password.

To login as a professor, type 1 as professor_id and 'password' as password.

About

DMBS lab project CS301P. This is a project that simulates a terminal version of an online education management system. Broadly, two actors, students and professors interact with the program to execute different usecases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages