https://github.com/bushmusi/school-crud-java-mysql
Student, Instructor, and Department model mapping and crud operation
https://github.com/bushmusi/school-crud-java-mysql
Last synced: 7 months ago
JSON representation
Student, Instructor, and Department model mapping and crud operation
- Host: GitHub
- URL: https://github.com/bushmusi/school-crud-java-mysql
- Owner: bushmusi
- Created: 2023-05-28T07:40:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T07:47:43.000Z (over 2 years ago)
- Last Synced: 2025-01-09T00:42:22.258Z (9 months ago)
- Language: Java
- Size: 4.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# SCHOOL CRUD OPERATION USING JAVA AND MYSQL JDBC
> It have instructor, Student and Department model and crud operation based on them

## Built With
- Java
- JDBC MySQL
- GitHub Flow## Getting Started
**This is an example of how you may give instructions on setting up your project locally.**
**Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.**To get a local copy up and running follow these simple example steps.
### Prerequisites
### Setup
1. Visit the official Java website: https://www.oracle.com/java/technologies/javase-jdk11-downloads.html
2. On the Java SE Downloads page, select the appropriate version of the JDK (Java Development Kit) for your operating system. Choose the version that matches your system architecture (32-bit or 64-bit) and download the installer file.
3. Once the download is complete, locate the installer file and run it.
4. Follow the installation wizard instructions. You can generally accept the default settings unless you have specific requirements.
5. During the installation, you may be asked to specify the installation directory. Choose a directory or accept the default location.
6. After the installation is complete, verify the Java installation by opening a command prompt (Windows) or terminal (macOS/Linux) and typing the following command:
Run `java -version`
### Install
1. Install MySQL workbench here [Download](https://dev.mysql.com/downloads/connector/j/)
2. Make sure you had **C:\Program Files\MySQL\mysql-connector-j-8.0.33** in this dirctory
3. If you don't get the file extract attached zip file to above dirctory### Usage
### Run tests
1. `cd `
2. `javac -cp "C:\Program Files\MySQL\mysql-connector-j-8.0.33\mysql-connector-j-8.0.33.jar" *.java`
3. `java -cp "C:\Program Files\MySQL\mysql-connector-j-8.0.33\mysql-connector-j-8.0.33.jar;." Main`### Deployment
## Authors
👤 **Author1**
- GitHub: [@bushmusi](https://github.com/bushmusi)
- Twitter: [@bushera_mestofa](https://twitter.com/bushera_mestofa)
- LinkedIn: [Bushra Mustofa](https://linkedin.com/in/bushra-mustofa)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.