<<<<<<< HEAD VeryShadyRecords
The Aim of this project is to make a Desktop Application which displays various details with respect to a Record Label. We tried to cover the basic facilities of a Record Label Management System. The details include artists details, albums details, songs details sales and user that use the system to sell the records. The project has been developed using NetBeans for the design and MySQL for maintaining the database. 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.
=======
Record Label Management System
parent of 9788e33... Update README.md