Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 329 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 329 Bytes

CRUD-Application-1st-Project-

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