Skip to content

Commit

Permalink
chore: add docs to readme part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
blueoc-phucpham committed Aug 9, 2024
1 parent 614b57d commit 6e43cfb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6e43cfb

Please sign in to comment.