Project : Go CRUD-API

Project : Go CRUD-API

I have made my second project (CRUD API server) in the golang.

Here is the github link to the project : https://github.com/navraj-singh-dev/go-crud-api

I recently learned golang to some extent and thought let's make new project in it.

So for my second project.. I made a "movies CRUD-API" in which we can add, delete, update, create movies and get all movies at once or get a single movie by using its id, this project was made with below mentioned tech and techniques.

I used:

  • golang
  • POSTMAN used for testing and working of this API
  • net/http package to make server
  • gorilla/mux package as router
  • Marshalling and unmarshalling JSON using encoding/json package
  • JSON tags with structs.
  • math/rand package to generate random ID’s for movies
  • strconv package to convert ID’s to strings
  • slice as database alternative
  • and some more..


I will keep it short here, complete explanation of this project can be found on my github.

Again here is the link : https://github.com/navraj-singh-dev/go-crud-api

要查看或添加评论,请登录

Navraj Singh的更多文章

社区洞察

其他会员也浏览了