Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 194 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 194 Bytes

About Repository

Golang Movies CRUD API (GET/POST/PUT/DELETE)
No DataBase

Availabe APIs

GET :

/movies
/movies/{id}

POST :

/movies

UPDATE :

/movies/{id}

DELETE :

/movies/{id}