Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

admin-web

Industry Management System

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.

Homepage

Features

  • 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.

Technologies Used

  • Spring Boot
  • Spring Security
  • Thymeleaf Template Engine
  • Java
  • HTML/CSS

Installation

  1. Clone the repository using the following command:
    git clone https://github.com/swapniltake1/admin-web.git
  2. Navigate to the project directory:
    cd admin-web
  3. Build the project using Maven:
    mvn clean install
  4. Run the application:
    java -jar target/admin-web-1.0.jar
  5. Access the application in your web browser at http://localhost:8080.

Usage

  1. Launch the application and navigate to the login page.
  2. Log in using either admin or employee credentials.
  3. Admin users will have access to the order details page, while employee users will not.

Screenshots

Insert relevant screenshots here to showcase the user interface and various features of your application.

Contributing

Contributions are welcome! If you find any issues or would like to contribute enhancements, feel free to open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any inquiries or questions, you can reach me at takeswapnil8@gmail.com

Screenshots

Home Page

Homepage

Admin Login

admin view 1 admin view 2

Employee Login

user view 1 User View 2

About

A Spring Boot app with role-based authentication for admin (order details access) and employee users.

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages