Victorteka / employee-info-app

API to manage employee information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

employee-info-app

Spring boot API that manages employee information

Implemented endpoints

Method Endpoint Description
POST /api/v1/employees Create employee
GET /api/v1/employees Fetch all employees
PUT /api/v1/employees/{id} Update employee details
DELETE /api/v1/employees/{id} Delete employee
GET /api/v1/employees/{id} Get employee by id

About

API to manage employee information


Languages

Language:Kotlin 100.0%