Skip to content

selimozcann/movieapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieApi

Follow the instructions below to run the project

Change Directory

.env.exmaple change to .env
cd movieapi

Run the project

go run .

You can play with the following endpoints with Postman or any rest client.

Endpoints
GET /api/v1/movie/getAllMovies get all movies
GET /api/v1/movie/getMovie/:id get movie with id
DELETE /api/v1/movie/delete/:id delete movie with id
POST /api/v1/movie/createMovie insert movie object
PUT /api/v1/movie/updateMovie/:id update movie object

Let's go to golang programming

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages