From e73325507ede759aa4a9a263dbbaef269910bc06 Mon Sep 17 00:00:00 2001 From: AliMortezaei <156837087+AliMortezaei@users.noreply.github.com> Date: Sat, 17 Feb 2024 08:10:39 +0330 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8101b50..902005b 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,11 @@ - Teacher and student can manage their own profile - Authentication with phone number and email ....... # Tools and Features -- **using library celery for send otp code async** +- **using library celery for asynchronous tasks** - **using redis for storage data and message broker** - **using database postgresql** -- **using boto3 for arvancloud storage** +- **using boto3 for arvancloud storage** +- **using JWT(JSON Web Token) for authentication** - **writing testing project** - **writing documents project** - **workflow github action** for tesing project, build docker container added dockerhub ([repository](https://hub.docker.com/r/mortezaei2/parvaz_academy)) @@ -21,5 +22,5 @@ ```bash docker compose up -d --build ``` -- go to browser localhost +- go to browser localhost 0.0.0.0:8000