Service Number | Project Name |
---|---|
Service 1 | employee-bff-ms |
Service 2 | employee-api-ms |
- Store data in CSV or XML file format.
- Update existing data.
- Read and download the saved files.
- JDK 11
- Maven 3.2+
- Eclipse IDE (optional)
- Postman (optional)
git clone https://github.com/Debdyut/Employee-Ms-Grpc.git
cd Employee-Ms-Grpc
cd employee-api-ms
./mvnw spring-boot:run
cd employee-bff-ms
./mvnw spring-boot:run
http://localhost:8081/employeeManagement/swagger-ui.html
Import the provided collection in postman to test the APIs