From 869792b8b1b580d4249d7657e2cd3e052e4b1e05 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Mon, 5 Feb 2018 15:11:59 +0100 Subject: [PATCH] Added Heroku deploy button --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f00ad57..6227d97 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ The easiest way to get up and running is using Docker. Once the Docker CLI is in 3. Run: `docker-compose up --build` 4. Visit [http://127.0.0.1:1111](http://127.0.0.1:1111) in your browser +### Deploy on Heroku + +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/mrvautin/expressCart) + ## Admin Visit: [http://127.0.0.1:1111/admin](http://127.0.0.1:1111/admin)