Skip to content

civanm/DrawingTool

Repository files navigation

DrawingTool

http://drawing-tool.azurewebsites.net/

##Solution Details

Projects Description:

  • DrawingLabriry -> Here lives the main logic for the application, it exposes the interface for the drawing process
  • DrawingTool.Tests -> Unit test to ensure that our application logic is working as expected.
  • DrawingTool -> Web Application for demo, this application is also published here: http://drawing-tool.azurewebsites.net/ it's a Web API application.
  • ConsoleDrawingApp -> Console Windows Application for demo, you can run by single command or by batch using an input.txt command file.