Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 891 Bytes

File metadata and controls

17 lines (13 loc) · 891 Bytes

School-Management-System Demo

Demo
This project contains windows-based application for school management system with source code as well as database designed on oracle sql. To use this software some more tools will be required:

  1. Install JRE 1.8 on your PC (No need of JDK)
  2. Download Oracle sqldeveloper
  3. You can use oracle express edition for managing database OR mysql can also be used, for mysql you have to download MYSQL db(client version comes with cmd utility) instead of 'Oracle sqldeveloper'.

For oracle database User: -- Import Metadata and Data Using a Script File in your desired Schema -- link for learning 'How to import?' [https://docs.oracle.com/cd/E17781_01/server.112/e18804/impexp.htm#BABJIIIE]

*** you will find the 'admin id' & 'password' in source code(smsgui).