From 6e43cfbf2efea315fd5e82b9d07cf7f39986d42a Mon Sep 17 00:00:00 2001 From: seta-phucpham Date: Fri, 9 Aug 2024 14:29:49 +0700 Subject: [PATCH] chore: add docs to readme part 2 --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 1ac6ede..7b67229 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,27 @@ - **DB:** Postgres 16 - **Deployment**: Docker/Caddy +### Technical Details + +**Backend** + +- Python 3.11.8 +- Django 5.0 with Django rest framework 3.15.2 +- Postgres 16 +- JWT authentication with djangorestframework-simplejwt +- CORS protection with django-cors-headers +- Argon2 password hashing +- HTTPS for transmiting with Caddy 2 + +**Frontend** + +- ReactJS for UI +- Tailwindcss/ShadcUI for styling +- React-hook-form for form handling +- React-Query form manage async state +- Axios for http client + + ### Database schema