From 651c00e0b6b1bc467622e1792b23d12ba5f47e95 Mon Sep 17 00:00:00 2001 From: Charles Showalter Date: Wed, 1 Jun 2022 13:56:13 -0700 Subject: [PATCH] Readme Updated --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 896b36c..23909d5 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Proof of concept e-commerce store using Angular, .Net Core and Stripe for paymen * [NodeJS](https://nodejs.org/) * [Angular](https://angular.io/) * [Stripe](https://stripe.com) +* [Docker](https://www.docker.com/)

(back to top)

@@ -105,19 +106,23 @@ This is an example of how to list things you need to use the software and how to ```sh git clone https://labs.xtechnology.org/cshowalter/SkyNet.git ``` -2. Install NPM packages +2. Setup Docker Containers: Configurations can be changed in `docker-compose.yml` + ```sh + docker compose + ``` +3. Install NPM packages ```sh cd client npm install ng serve ``` -3. Restore .NET +4. Restore .NET ```sh cd API dotnet restore -f dotnet run ``` -4. Add the following in API / `appsettings.development.json` +5. Add the following in API / `appsettings.development.json` ```js "Token": { "Key": "", @@ -125,7 +130,7 @@ This is an example of how to list things you need to use the software and how to }, "ApiUrl": "" ``` -5. Add Stripe Information to API / `appsettings.json` +6. Add Stripe Information to API / `appsettings.json` ```js "StripeSettings": { "PublishableKey": "",