Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.18 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.18 KB

employee-management-system 🌟 Welcome to the Swagger documentation for our cutting-edge employee managemet system! 🌟

This project empowers you with robust user account management, secure authentication and authorization, email notifications for account actions 📧, and an efficient employee management system via JWT token-based security 🔐. Dive into a world of seamless user experiences with a sprinkle of tech magic! ✨🚀💼 TESTING

1 ** Get the project on pc : ** -Clone the Repository

2 ** Run the program to install Maven: **

mvn install

3 ** Add your database in application.properties
spring.datasource.url=jdbc:mysql://localhost:3306/{your_database_name}
spring.datasource.username={your_username}
spring.datasource.password={your_password}

$ **  Then after installation of packages and adding your data run the application and go to :
 http://localhost:8080/swagger-ui.html
![image of swagger ui](https://photos.google.com/photo/AF1QipNyMc1Ywgwmko_-vtn-1r0TiXMwtQ12E6eTeBQe)