From 559f9d2306550fcd9a1397e64822c16d19e3ae2c Mon Sep 17 00:00:00 2001 From: Moshiur Rahman Moshi Date: Wed, 15 Jul 2020 04:15:23 +0600 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 636f043..5063a4c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # FoodShop dot net core, ef core, webapi with docker project + +## How to run + +### Prerequisite +Need docker desktop installed in machine, change container type to Linux + +### To run +1. Open command prompt in src folder +2. Run `docker-compose up` command + +### Output +Visit at http://localhost:6005/index.html in browser