Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megadev007/business_management_project
About It's Business Related Web Application (dynamic) developed using SPRING BOOT for the backend and THYMELEAF for the front-end and MySQL as a DataBase
https://github.com/megadev007/business_management_project
academic-project design dynamic eclipse java java-ecommerce-website java-framework java-fullstack java-spring-boot java-web-app mysql-database simple-project spring spring-boot spring-mvc spring-security
Last synced: 25 days ago
JSON representation
About It's Business Related Web Application (dynamic) developed using SPRING BOOT for the backend and THYMELEAF for the front-end and MySQL as a DataBase
- Host: GitHub
- URL: https://github.com/megadev007/business_management_project
- Owner: MegaDev007
- Created: 2024-08-02T11:02:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T11:07:02.000Z (3 months ago)
- Last Synced: 2024-10-11T18:20:58.620Z (26 days ago)
- Topics: academic-project, design, dynamic, eclipse, java, java-ecommerce-website, java-framework, java-fullstack, java-spring-boot, java-web-app, mysql-database, simple-project, spring, spring-boot, spring-mvc, spring-security
- Language: HTML
- Homepage:
- Size: 11.4 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Business Management Web Application :
![home (2)](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/e8db8f17-72d6-42a0-b264-def0bf883bbf)
## Project Desc : Business Management Web Application
=> The Business Management Web Application is a comprehensive tool designed to help businesses manage various aspects of their operations.
It provides a user-friendly interface for tasks like managing customer data, inventory, orders, and more.## Features :
- **Customer Management**: Easily add, update, and delete customer information.
- **Inventory Management**: Keep track of your inventory items, including stock levels and pricing.
- **Order Management**: Manage customer orders such as order creation .
- **User Authentication**: Secure login and authentication for admin and staff members.
- **Role-Based Access Control**: Define roles and permissions for different user types.
- **Thymeleaf Templates**: Utilizes Thymeleaf for dynamic HTML templates.
- **Database Integration**: Integrated with MySQL for data storage.## Technologies Used :
- Spring Boot: Backend framework for building Java-based web applications.
- Thymeleaf: Server-side Java template engine for dynamic HTML generation.
- MySQL: Relational database management system for data storage.
- IDE/Tool : Spring Tool Suite 4 (Eclipse)## Installation :
1. Clone the repository : $ git clone https://github.com/SuhasKamate/Business_Management_Project.git
2. Import the project inside STS/Eclipse :
- Open STS/Eclipse > file > import > maven > existing project > browse > finish .
3. Make sure you are in the Business_Management_Project directory.![packageExplorer](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/3ea1eb7f-8e49-4b76-96e4-798b6b8e8715)
4.Configure the database connection is application.properties (check the Database section for more information).
5.Run the project (by running main method is BusinessProjectApplication.java) OR right clink on the project > Run As > Spring Boot App.
6.Open http://localhost:2330/home in any browser.
7.Now your tables will be created in the databse.
- You have to add one admin data manually to login as admin, So add one admin data.
## Database :
MySQL can be used as the database for this project.
The database connection can be configured in the application.properties file, with the appropriate values for the following properties:spring.datasource.name=[Your Database Name]
spring.datasource.url=jdbc:mysql://localhost:3306/[Your Database Name]
spring.datasource.password=[Your password]
spring.datasource.username=[Your username]
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto=update
server.port=2330[Optional]## WorkFlow :
![workflow](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/aea72470-49c8-41a4-8974-48737638ae19)
## Preview :
#### Products
![products (2)](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/0496f63a-f30c-4108-91a7-966bd37b2b54)
#### Location
![locateus](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/30e40d74-d2f0-48cb-91b3-ea515f12c498)
#### Login Page
![logins](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/9c1efb48-5b23-4a43-8c96-81d55a7b1180)
#### AdminPanel
![adminpanel](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/b89aa5ee-3f7f-4145-b063-048729e7fbe9)
#### UserPanel
![userpanel](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/e0f81692-c049-4a2f-a78d-30d3906f4429)
### Exception page
![exceptionPage](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/4349a429-61ff-4ecd-a463-2900874e1ea5)