Skip to content

Basic employee database with CRUD operations using Golang

License

Notifications You must be signed in to change notification settings

imarinzone/employee-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Operations

A fully-fledged REST API that exposes GET, POST, DELETE and PUT endpoints performing the full range of CRUD operations.

Requirments

  1. Postgress
  2. GO Lang

Steps

  1. Update the postgres Database Credentials
  2. Run the code run main.go
  3. 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

About

Basic employee database with CRUD operations using Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages