Skip to content

Commit

Permalink
Images
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpaulovich authored Feb 18, 2018
1 parent 16dac51 commit 4e5ee41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
![Flow of Control: Customer Registration](https://raw.githubusercontent.com/ivanpaulovich/acerola/master/logo.png)
![Flow of Control: Customer Registration](https://raw.githubusercontent.com/ivanpaulovich/acerola/master/images/logo.png)
# Architectural Style
A solution with Ports and Adapters.

![Flow of Control: Customer Registration](https://raw.githubusercontent.com/ivanpaulovich/acerola/master/Acerola-Flow-Of-Control.png)
![Flow of Control: Customer Registration](https://raw.githubusercontent.com/ivanpaulovich/acerola/master/images/Acerola-Flow-Of-Control.png)

# Requirements
* [Visual Studio 2017 with Update 3](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes)
* [.NET SDK 2.0](https://www.microsoft.com/net/download/core)
* [Docker](https://docs.docker.com/docker-for-windows/install/)

# Main Architectural Concepts
![Flow of Control: Customer Registration](https://raw.githubusercontent.com/ivanpaulovich/acerola/master/hexagonal-arhcitecture-alistair-cockburn.gif)
![Flow of Control: Customer Registration](https://raw.githubusercontent.com/ivanpaulovich/acerola/master/images/hexagonal-arhcitecture-alistair-cockburn.gif)

Allow an application to equally be driven by users, programs, automated test or batch scripts, and to be developed and tested in isolation from its eventual run-time devices and databases.

Expand Down Expand Up @@ -82,7 +82,7 @@ Then navigate to http://localhost:8000/swagger and play with de Web API.

# We are live on Azure

![Live on Azure](https://raw.githubusercontent.com/ivanpaulovich/acerola/master/Swagger.png)
![Live on Azure](https://raw.githubusercontent.com/ivanpaulovich/acerola/master/images/Swagger.png)

You can play with the latest build by navigating to [the Swagger client](http://grape.westus2.cloudapp.azure.com:8000/swagger "Acerola Swagger").

Expand Down

0 comments on commit 4e5ee41

Please sign in to comment.