Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 2.37 KB

README.md

File metadata and controls

56 lines (42 loc) · 2.37 KB

Go Reference License

Jamie Service About_de

Required Software

  • You must have the Go Programming Language installed in your machine to run this project. You can get the official download here.

Initializate the project

  • Clone this project to your local machine.
  • On main.go folder (../jamie-service/main.go), open your local terminal and type the command go run main.go, if your OS is windows, you can by build and run the executable go build && ./jamie-service.exe, or if your OS is mac or linux, type the command go build -o service && ./service $@.

Using main endpoints

By default the port will be :8005