Skip to content

saikalyanbhagavathula/go-crud-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-crud-api

This is crud api in golang with structs and slice(no database involved).

The server runs on the port 8080. Having four handler functions.

localhost:8080/create :- Creates a student record. localhost:8080/students :- Retrives all student records. localhost:8080/update/<id_value> :- Updates respective student details. localhost:8080/delete/<id_value> :- Deletes respective student details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published