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 5f8b2f8 commit fb6b9c4
Showing 1 changed file with 14 additions and 19 deletions.
33 changes: 14 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

VeryShadyRecords

# VeryShadyRecords - Record Label Management System using Netbeans and MySQL


The Aim of this project is to make a Desktop Application which
Expand All @@ -10,13 +8,21 @@ 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


## Getting Started

Environment and Requirement
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.

### Prerequisites

Programming Language: JAVA with Swings

Expand All @@ -30,20 +36,9 @@ IDE: NetBeans 8.1
MySQL Version: 5.5.4


Instructions
## Authors

* **Kaiwalya Shukla** *

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.
=======
# VeryShadyRecords
Record Label Management System

0 comments on commit fb6b9c4

Please sign in to comment.