Skip to content

mahirlabibdihan/dEducation-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEDUCATION DATABASE

dEducation-logo

About The Project

dEducation is an ed-tech platform where tutors,students and coaching centers get connected to each other. Students can find their desired tutors and join coaching centers. On the other hand, tutors can get tuitions and create their own coaching centers.

ERD

Copy of Hidden-Brain-ERD2 drawio(2)

Languages, Tools and Frameworks:

  • Oracle 19C
  • Navicat Premium

Getting Started

Follow the step by step installation procedure to install and run this on your machine

Prerequisites

Make sure you have oracle installed in your device.

Oracle: Install Oracle from here and register for an account of your own

Setting up the database

  1. Go to sql plus

  2. Enter credentials

    username: sys as sysdba
    password: password
  3. Create a new user c##deducation

create user c##deducation identified by password;
grant dba to c##deducation;
  1. Head over to your favourite database GUI and connect deducation with that.

  2. Import data from sql file depending upon the GUI.

  3. List of sql files:

- tables/CREATE_ALL_TABLES.sql
- types/CREATE_TYPES.sql
- triggers/CREATE_TRIGGERS.sql
- functions/CREATE_FUNCTION_PROCEDURES.sql
- data/GENERATE_SAMPLE_DATA.sql
  1. If no errors are shown we are good to go!

Supervisor

  • Khaled Mahmud Shahriar

    • Assistant Professor

      ▶️ Contact:

      Department of Computer Science and Engineering Bangladesh University of Engineering and Technology Dhaka-1000, Bangladesh

(back to top)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published