BookStore is desktop based app made by using Java Swing. It tries adapt all the basic features of an online book store.
- Customer Registration.
- Seller Registration.
- Adding a book to the store from the seller.
- Ordering a book from the store by the customer.
- Email Confirmation message
We have used Java Swing for making th UI and handling the different UI features.
We have use SQL SERVER for handling and quering the database.
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.