charliedua / globalx-coding-assessment

Coding assessment for GlobalX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Coding assessment for GlobalX

License:MIT License


Languages

Language:C# 97.5%Language:Makefile 2.5%