/BookStore

📚 A simple online bookstore application

Primary LanguageJava

BookStore

BookStore is desktop based app made by using Java Swing. It tries adapt all the basic features of an online book store.

Features

  1. Customer Registration.
  2. Seller Registration.
  3. Adding a book to the store from the seller.
  4. Ordering a book from the store by the customer.
  5. Email Confirmation message

Frontend

We have used Java Swing for making th UI and handling the different UI features.

Backend

We have use SQL SERVER for handling and quering the database.

Screenshots

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.