From a0953789c972accc8a3e5a7ba44234f3da8af010 Mon Sep 17 00:00:00 2001 From: AndrewTrieu Date: Sat, 22 Apr 2023 19:26:59 +0300 Subject: [PATCH] Add link to online deployment --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0cb9612..e17ecb6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Authentication Service for Online Forum -This is a simple authentication service for an online forum. Online deployment is done using Fly.io and is work in progress. +This is a simple authentication service for an online forum. Online deployment is done using Fly.io at . ## Features @@ -11,11 +11,11 @@ This is a simple authentication service for an online forum. Online deployment i - [x] Password policy - [x] Password encryption - [x] Graphical user interface -- [ ] Client-server encrypted communication: Not implemented for local development +- [X] Client-server encrypted communication: Implemented for online deployment, but not for local deployment. ## Local Development -Local deployment is done using Docker Compose. To start the service, run: +Local deployment is done using Docker. To start the service, run: ```bash docker-compose up