Skip to content

Suraj's Java Bookstore Management: Easily add, store book info in a MySQL DB, using a command-line interface

Notifications You must be signed in to change notification settings

surajgojanur/Bookstore-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bookstore-Management-System

Bookstore Management System by Suraj

Overview

This is a Java-based Bookstore Management System I developed for a college project. It allows administrators to add book details, such as title, author, publisher, and cost, to a MySQL database. Users can interact with the system via a straightforward command-line interface. To use this system, you need to establish a JDBC connection to a MySQL database.

Features

  • Add books to the database.
  • Simple and intuitive user interface.
  • Basic error handling for a smooth experience.

How to Use

  1. Run the program.
  2. Choose '1' to add a book.
  3. Enter book details as prompted.
  4. Enjoy a seamless book addition process.
  5. Choose '2' to exit.

Requirements

  • Java
  • MySQL
  • JDBC connection to your MySQL database

Technologies Used

  • Java
  • MySQL

Author

  • Suraj (College Student)

Feel free to reach out if you have any questions or need assistance!

About

Suraj's Java Bookstore Management: Easily add, store book info in a MySQL DB, using a command-line interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages