This Repository contains both frontend and backend service for Leave Request Application. Users can visualize their earlier Request, create Leave Request, update their Leave Request and delete existing request.
To run on local platform or cloud platform, we have to change 2 files
- pom.xml - (Activation of Required profile)
- application.properties - Database configurations
- JDK, JRE
- MySQL Database/ Hana DB configured on cloud platform
- Maven
- Windows/Ubuntu OS
- Tomcat Server 8.0 or above
- POSTMAN for testing the Odata service
To run the Application locally, run the following command in your command prompt - mvn spring-boot:run -P jar