Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

JumboInteractiveLimited/codetest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codetest

This project exists to serve as the server component of a code test. The project serves a HTTP json response from URL http://localhost:8080. The response will contain lotteries, game types and game offers.

The json document is in the /json directory of this project.

The project is written in golang. To build and run the example you will need to install docker.

Build

Before you run the container you need to build the source code for the conainer.

Container build

Creates a statically linked binary for linux because docker runs under linux.

 ./build.sh

Run

The program runs in docker and exposes the service on port :8080 on localhost.

 ./run.sh

To access http://localhost:8080

Development

Git

Add git hooks

ln -s `pwd`/hooks/pre-commit .git/hooks

Local build

go get -v ./... && go build -v

About

Jumbo interactive code test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 73.0%
  • Go 27.0%