Skip to content

iamtejasmane/crud-api-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Movies CRUD API Server

This is a movie server built to perform the CRUD options in Golang.

Feature

  • Get the list of all Movies
  • Update the movie using ID
  • Delete a movie using ID
  • Create a Movie

Packages used

  • fmt
  • net/http
  • log
  • strcov
  • math/rand

Non native package - Gorilla Mux

go get github.com/gorilla/mux

Test application using POSTMAN

About

Movies server - CRUD operations using Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages