Update README.md

This commit is contained in:
Rodion Atamaniuc
2021-07-22 18:49:08 +03:00
committed by GitHub
parent 735874148a
commit e8b4fb3a81

View File

@@ -1,9 +1,9 @@
# User authentication using FastAPI (a python frameworks), MongoDM (for database), Docker Compose (for deployment) # User authentication using FastAPI (a python frameworks), MongoDM (for database), Docker Compose (for deployment)
## How to start the application ## 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 * 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: 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 watching the current user (only if authenticated);
* For modifying user properties (only if authenticated with admin role); * For modifying user properties (only if authenticated with admin role);
* For deleting the user. * 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 $ docker ps
``` ```