/globalx-coding-assessment

Coding assessment for GlobalX

Primary LanguageC#MIT LicenseMIT

GlobalX Coding Assessment

Build Status

Coding assessment for GlobalX

Link to Travis CI https://travis-ci.com/github/charliedua/globalx-coding-assessment)

How to run

  1. Install .Net core 5.0 using the steps on https://docs.microsoft.com/en-gb/dotnet/core/install/linux-scripted-manual#scripted-install
  2. Clone the repo using git clone https://github.com/charliedua/globalx-coding-assessment.git
  3. Run make restore
  4. Run make run

How to run the tests

  1. Run make test

Notes

Curretly this application is tested on linux platform with dotnet core 5.0 only.