-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathReadMe.txt
More file actions
14 lines (10 loc) · 773 Bytes
/
ReadMe.txt
File metadata and controls
14 lines (10 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
> Drawing Tool Test <
Author: Carlos Iván Mercado <civan.cim@gmail.com>
Projects Description:
This solution was built In Visual Studio 2013, .Net Framework 4.5.1.
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.
The Code source can be found also in git hub repository: https://github.com/civanm/DrawingTool