BearBurger-Swing is a food management system, built using Java, Java Swing, Java Spring, JDBC Template, and Maven.
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
- Java, JDBC Template, Maven
- Frameworks: Java Swing & Java Spring
- Database: MySQL
- IDE: IntelliJ IDEA
- Executable JAR:
- Execute the SQL queries in your MySQL server
- Download and run BearBurger-Swing.jar
- Source Code:
- Execute the SQL queries in your MySQL server.
- Clone the repository and open it with any Java IDE, like IntelliJ IDEA.
- Maven should automatically download the required dependencies. Wait till the process is completed.
- Make sure all the dependencies are properly downloaded (Important!).
- 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
. - Run the project using
src\main\java\org\apwj\bearburger\App.java
.
This project is licensed under the MIT License.