Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 324 Bytes

File metadata and controls

2 lines (2 loc) · 324 Bytes

CRUD-API-USING-gorilla/mux

Built an application to Create a user, read a user with help of his id, update a user’s information and delete a user. Use POSTMAN to make requests to the API. The project should be written in Golang. Take the help of gorilla/mux package. Store information in some data structure of Golang.