Skip to content

teepli/book-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

book-service

gopher

Prerequisites

If not already installed, install Golang from https://golang.org/

Running/building this app requires installing GCC.

  • Linux

GCC is included on most distros, you can validate it with:

  $ gcc --version

If not installed, use for example apt:

    $ sudo apt update
    $ sudo apt install build-essential
  • Mac

GCC is included in every recent version, if using older one easiest way to install is with Homebrew

  $ brew install gcc
  • Windows

Install GCC, such as TDM GCC

Building & Running

git clone https://github.com/teepli/book-service.git
# Run the app
make run
# Or build binaries
make build
# Or build and run with docker
make docker-build && make docker-run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published