Skip to content

Latest commit

 

History

History

goServerCRUD

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Pre-requisites

go get "github.com/gorilla/mux"

Flow of the server

Routes Functions Endpoints Methods
GET ALL getMovies /movies GET
GET BY ID getMovie /movies/id GET
CREATE createMovie /movies POST
UPDATE updateMovie /movies/id PUT
DELETE deleteMovie /movies/id DELETE