Commit Graph

213 Commits

Author SHA1 Message Date
Your Name b3725ec4ed feat: implement react-router-dom and add authentication pages for registration, verification, and activation 2026-04-10 11:31:28 +05:30
Your Name b5654fa9f1 feat: migrate to Tailwind CSS with DaisyUI 2026-04-10 11:26:55 +05:30
Your Name e39e56a105 chore: remove ESLint and associated dependencies from project configuration 2026-04-10 11:00:04 +05:30
Your Name 6a9c9d0812 feat: implement atomic user creation with activation email trigger 2026-04-10 10:51:23 +05:30
Your Name 8321dacf0c feat: configure SMTP email settings using environment variables 2026-04-10 10:30:07 +05:30
Your Name f0af27f15d feat: migrate User model with kdf_salt field and update is_active default status 2026-04-10 10:20:27 +05:30
Your Name d74fcc0b9c feat: implement email verification flow with account activation and secure cookie configuration 2026-04-10 10:18:32 +05:30
Your Name f1c3b3f9f2 feat: implement custom user model with JWT authentication and registration endpoints 2026-04-09 14:10:52 +05:30
Your Name 6bf186806b feat: initialize frontend project with Vite, React, and Biome configuration 2026-04-09 13:23:45 +05:30
Your Name 4bdb1ee80d feat: configure environment variables, CORS, and PostgreSQL database settings for backend-frontend integration 2026-04-09 12:39:42 +05:30
Your Name 17b8356eac refactor: standardize string quotes to double quotes across project configuration files 2026-04-09 12:20:45 +05:30
Your Name 38a19edc1d chore: update backend virtual environment dependencies and Django framework files 2026-04-09 12:16:14 +05:30
Your Name 1c909a3354 feat: initialize project with environment template, gitignore, and docker-compose configuration 2026-04-09 12:06:16 +05:30