An open API service indexing awesome lists of open source software.

https://github.com/raofin/bearburger-swing

A maven project with a pretty great UI, developed using Java Spring and Swing frameworks, JDBC template, and other technologies.
https://github.com/raofin/bearburger-swing

academic-project flatlaf food-management food-ordering java java-spring java-swing maven

Last synced: about 2 months ago
JSON representation

A maven project with a pretty great UI, developed using Java Spring and Swing frameworks, JDBC template, and other technologies.

Awesome Lists containing this project

README

        


Logo


BearBurger-Swing is a food management system, built using Java, Java Swing, Java Spring, JDBC Template, and Maven.

## Features
Customers can create accounts, log in to the system, browse foods, make purchases, and do many other things. There are also various features available for administrators. The application is essentially separated into two roles-
* **Customer:**
* Login
* Registration
* Profile view and modify
* Browse and search foods
* Add foods to cart
* Purchase foods
* Payment with credit card
* **Administrator:**
* Add and remove users
* Modify user details
* View user list
* Add foods

## Tools & Technologies
* Java, JDBC Template, Maven
* **Frameworks:** Java Swing & Java Spring
* **Database:** MySQL
* **IDE:** IntelliJ IDEA

## How to Run
* **Executable JAR:**
1. Execute the [SQL queries](src/main/resources/database/app.sql) in your MySQL server
2. Download and run [BearBurger-Swing.jar](https://github.com/Raofin/BearBurger-Swing/releases/download/v1.0.0/BearBurger-Swing.jar)
* **Source Code:**
1. Execute the [SQL queries](src/main/resources/database/app.sql) in your MySQL server.
2. Clone the repository and open it with any Java IDE, like **IntelliJ IDEA**.
3. Maven should automatically download the required dependencies. Wait till the process is completed.
4. Make sure all the dependencies are properly downloaded **(Important!)**.
5. If you have a different MySQL username, and password or running it on a different port, you can modify the project datasource configurations from `src\main\resources\application-context.xml`.
6. Run the project using `src\main\java\org\apwj\bearburger\App.java`.

## Screenshots















## License
This project is licensed under the [MIT License](LICENSE.md).