Skip to content

paulfaid/MWNZ_Dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Companies API for evaluation.

A super simple service to convert xml from a downstream service into json.

Implemented in Dart as a comparison to CompaniesApi ASP.Net Implementation

Dependancies

  • Dart 3.0

Getting started

After cloning the repo

To execute the tests: dart run test/companies_api_test.dart

To run the server: dart run bin/companies_api.dart

Things worth considering.

Performance/reliability

  • No experience with how performant or reliable Dart is in this style of application.

Tests

  • The included tests are some minimal integration tests. These should really use a mocked backend service.
  • Adding unit tests would require separating the handler implementaion across some small testable functions/classes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages