From fc2db6d4acf110bd05bee36be2dc1679cfbcf87c Mon Sep 17 00:00:00 2001 From: Alan Pryor Date: Mon, 26 Aug 2019 08:35:09 -0400 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6465dd4..7947116 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Example of a scalable Flask API +![The site](docs/site.png) + A sample project showing how to build a scalable, maintainable, modular Flask API with a heavy emphasis on testing. _This is an example project using the structure proposed in [this blog post](http://alanpryorjr.com/2019-05-20-flask-api-example/)._ @@ -38,7 +40,7 @@ python wsgi.py Navigate to the posted URL in your terminal to be greeted with Swagger, where you can test out the API. -![The site](docs/site.png) + ## Running tests