Skip to content

123vvishwakarma/crudOperationGolang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

crudOperationGolang

Project showcasing my CRUD (Create, Read, Update, Delete) implementation on Golang with json object like as database.

  1. Create task list api in json object like as a database people = append(people, Person{ID : "1", Firstname : "Vivek", Lastname : "Vishwakarma"}); people = append(people, Person{ID : "2", Firstname : "Vishal", Lastname : "Vishwakarma"});
  2. Create add task api in task list /taskAdd/{id}
  3. Create delete task api in task list /taskDel/{id}
  4. Create all delete task api in task list /taskAllDel
  5. Create update task api in task list /taskUpd/{id}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages