A fully-fledged REST API that exposes GET, POST, DELETE and PUT endpoints performing the full range of CRUD operations.
- Postgress
- GO Lang
- Update the postgres Database Credentials
- Run the code
run main.go
- Use Postman to perform the CRUD operations
GET localhost:8000/employee/:id
PUT localhost:8000/employee/:id
POST localhost:8000/employee/
DELETE localhost:8000/employee/:id