Skip to content

souravbiswassanto/api-bookserver

Repository files navigation

RESTful BookServer HTTP API server using Go, Cobra CLI, Go-chi

A simple api server for learning purpose.

Running the server

Running the server from direct source code

  • git clone https://github.com/souravbiswassanto/api-bookserver.git
  • cd api-bookserver
  • go build .
  • ./api-bookserver start . or ./api-bookserver start -p 3000

Running the server from docker image

  • docker pull souravbiswassanto/bookserver
  • docker run -dp <choosen port>:8081 souravbiswassanto/bookserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published