Git Product home page Git Product logo

school_management_system_with_java's Introduction

This is our javafx school management project

We used java open jdk 19 version and the project is built on Intellij Idea

In our project we used mysql database to store the data. In resources, in databases folder there are two sql files -

  1. routineDB.sql
  2. schoolDB.sql

To create the database, run the queries of these two files in mysql terminal or workbench. In our app, we allowed the types of users to log in -

  1. Admin
  2. Teacher
  3. Staff

When you run the query, the Admin data will be inserted it the Database. Admin id will be : 1111111 and Admin password will be : a

After logging in as admin, you can update your profile, password as well as create or delete other users. All these you can do directly by the app, don't need to manipulate database directly. The application will update the data in database automatically.

To run the project, you need to connect jdbc( java-mysql-connector ) to the project in library inside project structure.

Finally in java code folder, in package com.schoolmanagementsystem.database, There is a java file called ConnectDatabase. In that file, you need to update the DB_USER, DB_PASSWORD to connect the database with your system. Similarly, in package com.schoolmanagementsystem.database.routineDB there is a java file named ConnectRoutineDB. In that file also, you need to update the DB_USER, DB_PASSWORD like previous to connect the database with your system.

If you have done all these, then your application is ready to launch. You can log in as Admin and you will get access to all kind of data and permissions related to the application.

school_management_system_with_java's People

Contributors

nirjharsingha avatar

Watchers

S. M. Imaran Rahman  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.