Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 889 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 889 Bytes
  1. APP clone

$ git clone https://github.com/aKenan/KneatTest.git

  1. APP requirements

Visual studio 2017 Version 15.3.5 .net core 2.0.2

  1. APP description

This application get all starships from https://swapi.co/api/ and calculates how many stops are required for each ship for number of MGLT as input. The solution contains 5 projects:

  • APP - Console application
  • APP.Models - Model class library
  • APP.Services - Services library
  • APP.Shared - Shared object and function such are enums and Helper methods
  • APP.Test - Unit tests
  1. Run app
  • Select APP project as default and run it
  • Enter number of megalights(MGLT)
  • Wait for the results
  1. Run tests
  • Open Test Explorer (Test -> Windows -> Test Explorer) in Visual studio
  • Click "Run All" to run all tests

For any questions please contact me: kenan.alihodzich@gmail.com

Enjoy