From 860d436ab647b514d82b1e739334e4095f23c2f1 Mon Sep 17 00:00:00 2001 From: AndrewTrieu Date: Sat, 22 Apr 2023 19:10:24 +0300 Subject: [PATCH] Ready to push --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index e69de29..0cb9612 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,22 @@ +# 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. + +## Features + +- [x] User registration +- [x] User login +- [x] Error messages +- [x] Unique username +- [x] Password policy +- [x] Password encryption +- [x] Graphical user interface +- [ ] Client-server encrypted communication: Not implemented for local development + +## Local Development + +Local deployment is done using Docker Compose. To start the service, run: + +```bash +docker-compose up +```