An api with admin panel to get information about movies and staff
- Install govendor if you have not
- Execute
govendor sync
to pull vendors - Execute
go run main.go
to start api.- localhost:9000/admin will be binded to an admin panel
- localhost:9000/api will be binded to and API