As a user, I should be able to Register an employee with following details:
- First Name
- Last Name
- Gender
- Date of Birth
- Department
- As a user, I should be able to see all the employee details in a tabular form (or any other way) in ascending order by first name
Install the dependencies and start the server.
$ git clone https://github.com/sks40gb/demo-sg-employee-api.git
$ cd demo-sg-employee-api
$ mvn spring-boot:run
access localhost:8080