From e8b4fb3a81fa46e4f7772cf926be7e290d7a691c Mon Sep 17 00:00:00 2001 From: Rodion Atamaniuc <70539752+AtamanKit@users.noreply.github.com> Date: Thu, 22 Jul 2021 18:49:08 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbbb0fc..b06d35e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # User authentication using FastAPI (a python frameworks), MongoDM (for database), Docker Compose (for deployment) ## How to start the application -**Watch the video** (below the video are the commands on how to start the application): +**Watch the video:** (below the video are the commands on how to start the application) * https://www.youtube.com/watch?v=Bw5rQXgvHYc -**The commands on how to start the application:** +**The commands:** First you have to git clone the files by entering in your terminal: ``` @@ -25,7 +25,8 @@ In the application you'll have six sections: * For watching the current user (only if authenticated); * For modifying user properties (only if authenticated with admin role); * For deleting the user. -To see the runing containers in docker enter in the terminal: +* +To see the runing containers in docker, enter in the terminal: ``` $ docker ps ```