A REST-ful API to handle employee\people back-end operations
Detailed information can be found below in the following sections
- JDK 1.8+
- Maven 3+
- Docker runtime
- Clone the repository and change directory as below
> git clone https://github.com/parmarhiiren/emp-mgmt.git > cd emp-mgmt
- Run the following command to run the back-end API
> mvn clean package -f ./emp-mgmt-backend
- Run the following command to run the back-end API
> TODO --->>> npm install
- Run the following commands
> docker-compose up
The details about the project and infrastructure can be found here
It's an REST-ful API, which provides the capability to CREATE, RETRIEVE, SEARCH, and UPDATE employee\people
The objective of the system is to provide an integration point for the front-end application
- emp-mgmt-frontend
- Language: Java 1.8
- Java EE: Jee 8
- Runtime: Tomcat
- Spring 5
- H2 in memory database