Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiwalya2502 committed Dec 8, 2019
1 parent b782371 commit 9788e33
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# VeryShadyRecords
Record Label Management System
VeryShadyRecords
Record Label Management System using Netbeans and MySQL



Environment and Requirement
Programming Language: JAVA with Swings
MySQL Conncector: MySQL JConnector 5.1.40(JDBC Driver) https://dev.mysql.com/downloads/connector/j/
IDE: NetBeans 8.1
MySQL Version: 5.5.4


Instructions
1.Clone the Project

2.Import Java Project in NetBeans
3.Import Database(Schema+Data)
Use the mysql file to create tables, triggers and stored procedures.
4.Connect the JDBC driver(JConnector) by including the it's JAR File in the Project
Expand Project->Libraries->(Right Click)ADD JAR File->include file: mysql-connector-java-5.1.40-bin.jar
5.Database setting can be changed
Replace the username and password according to your MySQL settings in the Connection Statement.

0 comments on commit 9788e33

Please sign in to comment.