{"id":16614153,"url":"https://github.com/SecretDev804/Business_Management_Project","last_synced_at":"2025-10-29T18:31:43.956Z","repository":{"id":251766336,"uuid":"837167010","full_name":"MegaDev007/Business_Management_Project","owner":"MegaDev007","description":"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","archived":false,"fork":false,"pushed_at":"2024-08-02T11:07:02.000Z","size":11920,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T04:11:22.115Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MegaDev007.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-02T11:02:29.000Z","updated_at":"2024-12-19T06:29:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"eefa8ab9-01a9-48da-8e75-6ce14e1861e5","html_url":"https://github.com/MegaDev007/Business_Management_Project","commit_stats":null,"previous_names":["kristoffalaric/business_management_project","megadev007/business_management_project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MegaDev007%2FBusiness_Management_Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MegaDev007%2FBusiness_Management_Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MegaDev007%2FBusiness_Management_Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MegaDev007%2FBusiness_Management_Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MegaDev007","download_url":"https://codeload.github.com/MegaDev007/Business_Management_Project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238874320,"owners_count":19545163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-10-12T02:03:33.811Z","updated_at":"2025-10-29T18:31:42.226Z","avatar_url":"https://github.com/MegaDev007.png","language":"HTML","readme":"# Business Management Web Application : \u003cbr\u003e\n\n![home (2)](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/e8db8f17-72d6-42a0-b264-def0bf883bbf)\n\n\n\n## Project Desc : Business Management Web Application \n  =\u003e The Business Management Web Application is a comprehensive tool designed to help businesses manage various aspects of their operations. \n          It provides a user-friendly interface for tasks like managing customer data, inventory, orders, and more.\n\n\n\n## Features  :\n\n- **Customer Management**: Easily add, update, and delete customer information.\n- **Inventory Management**: Keep track of your inventory items, including stock levels and pricing.\n- **Order Management**: Manage customer orders such as order creation .\n- **User Authentication**: Secure login and authentication for admin and staff members.\n- **Role-Based Access Control**: Define roles and permissions for different user types.\n- **Thymeleaf Templates**: Utilizes Thymeleaf for dynamic HTML templates.\n- **Database Integration**: Integrated with MySQL for data storage.\n\n\n\n\n## Technologies Used :\n\n- Spring Boot: Backend framework for building Java-based web applications.\n- Thymeleaf: Server-side Java template engine for dynamic HTML generation.\n- MySQL: Relational database management system for data storage.\n- IDE/Tool : Spring Tool Suite 4 (Eclipse)\n\n\n\n\n## Installation :\n\n1. Clone the repository : $ git clone https://github.com/SuhasKamate/Business_Management_Project.git \u003cbr\u003e\n\n2. Import the project inside STS/Eclipse : \u003cbr\u003e\n     - Open STS/Eclipse \u003e file \u003e import \u003e maven \u003e existing project \u003e browse \u003e finish . \u003cbr\u003e\n     \n3. Make sure you are in the Business_Management_Project directory. \u003cbr\u003e\n\n![packageExplorer](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/3ea1eb7f-8e49-4b76-96e4-798b6b8e8715)\n\n\n4.Configure the database connection is application.properties (check the Database section for more information). \u003cbr\u003e\n\n5.Run the project (by running main method is BusinessProjectApplication.java) OR right clink on the project \u003e Run As \u003e Spring Boot App. \u003cbr\u003e\n\n6.Open http://localhost:2330/home in any browser. \u003cbr\u003e\n\n7.Now your tables will be created in the databse. \u003cbr\u003e\n   - You have to add one admin data manually to login as admin, So add one admin data. \u003cbr\u003e\n    \n\n\n\n## Database :\n\nMySQL can be used as the database for this project. \nThe database connection can be configured in the application.properties file, with the appropriate values for the following properties: \u003cbr\u003e\n\nspring.datasource.name=[Your Database Name] \u003cbr\u003e\nspring.datasource.url=jdbc:mysql://localhost:3306/[Your Database Name] \u003cbr\u003e\nspring.datasource.password=[Your password] \u003cbr\u003e\nspring.datasource.username=[Your username] \u003cbr\u003e\nspring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver \u003cbr\u003e\nspring.jpa.hibernate.ddl-auto=update \u003cbr\u003e\nserver.port=2330[Optional] \u003cbr\u003e\n\n\n\n\n## WorkFlow :\n\n![workflow](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/aea72470-49c8-41a4-8974-48737638ae19)\n\n\n\n\n\n## Preview :\n\n\n#### Products \n\n![products (2)](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/0496f63a-f30c-4108-91a7-966bd37b2b54)\n\n\n#### Location \n\n![locateus](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/30e40d74-d2f0-48cb-91b3-ea515f12c498)\n\n\n\n#### Login Page\n\n![logins](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/9c1efb48-5b23-4a43-8c96-81d55a7b1180)\n\n\n\n\n#### AdminPanel\n\n![adminpanel](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/b89aa5ee-3f7f-4145-b063-048729e7fbe9)\n\n\n#### UserPanel \n\n![userpanel](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/e0f81692-c049-4a2f-a78d-30d3906f4429)\n\n\n### Exception page\n\n![exceptionPage](https://github.com/SuhasKamate/Business_Management_Project/assets/126138738/4349a429-61ff-4ecd-a463-2900874e1ea5)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSecretDev804%2FBusiness_Management_Project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSecretDev804%2FBusiness_Management_Project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSecretDev804%2FBusiness_Management_Project/lists"}