formies/src
Mohamad.Elsena 2927013a6d Update environment configuration, add API documentation, and implement user authentication system
- Updated `.env` and added `.env.test` for environment variables.
- Introduced API documentation in `API_DOCUMENTATION.md`.
- Added authentication setup guide in `AUTHENTICATION_SETUP.md`.
- Implemented user authentication with JWT and email verification.
- Created new routes for user management and form submissions.
- Added middleware for API key authentication and error handling.
- Set up Redis for rate limiting and notifications.
- Removed obsolete files and configurations related to the previous Rust implementation.
2025-05-28 11:18:35 +02:00
..
config Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
middleware Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
models Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
routes Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
services Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
utils Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00