From 4fc25ded88864512074c9fcf716b170281941be3 Mon Sep 17 00:00:00 2001 From: talented Date: Wed, 17 Jul 2019 14:28:51 +0200 Subject: [PATCH] App is Dockerized --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 06acc4f..681a84f 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,15 @@ 1. Clone the repo +```shell git clone https://github.com/talented/Sales-Records-API.git +``` 2. Run +```shell docker-compose up --build +``` 3. Without stopping the running server open a new tab in your terminal and run commands below to populate the postgresql database in your running container with the data from "2000_Sales_Records.csv" under pgdata folder