An Industry Management System is a Spring Boot web application with role-based authentication using Spring Security. The application provides a login page for both admin and employee roles. Admin users have access to view order details, while employee users have restricted access.
- User-friendly login interface for both admin and employee roles.
- Role-based authentication using Spring Security.
- Admin users can view order details.
- Employee users have restricted access and cannot view order details.
- Spring Boot
- Spring Security
- Thymeleaf Template Engine
- Java
- HTML/CSS
- Clone the repository using the following command:
git clone https://github.com/swapniltake1/admin-web.git
- Navigate to the project directory:
cd admin-web - Build the project using Maven:
mvn clean install
- Run the application:
java -jar target/admin-web-1.0.jar
- Access the application in your web browser at
http://localhost:8080.
- Launch the application and navigate to the login page.
- Log in using either admin or employee credentials.
- Admin users will have access to the order details page, while employee users will not.
Insert relevant screenshots here to showcase the user interface and various features of your application.
Contributions are welcome! If you find any issues or would like to contribute enhancements, feel free to open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any inquiries or questions, you can reach me at takeswapnil8@gmail.com





