Skip to content

Example of restful API in golang, implementing basic endpoints, using PostgreSQL for storage

License

Notifications You must be signed in to change notification settings

markosfount/go-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-rest-api

Golang REST API example. Contains endpoints for getting, creating, updating and deleting (wip) movies.

The service will get information from The Movie Database API when a POST request is received to create a movie, by searching for the provided title.

Uses gorilla/mux for the api server and postgresql for the database.

About

Example of restful API in golang, implementing basic endpoints, using PostgreSQL for storage

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published