API to handle our internal shared items like books, games and more.
Currently under development
- golang
- dep
- encoding/json
- github.com/gorilla/mux
- github.com/google/uuid
- time
- log
// Locally
dep ensure // for dependencies if never installed
go build main.go
go run main.go
// With docker
- $ docker build -t hexis/bookings-api .
- $ docker run --rm -p 3000:3000 hexis/bookings-api
After that, you can open the Browser or try with the postman hiting the http://localhost:3000
where the API will be served.