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