Go to file
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
.cursor/rules Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
.gitea/workflows build yml 2025-01-03 12:44:39 +01: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
src Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
views Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
.env Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
.env.test Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
.gitignore Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
API_DOCUMENTATION.md Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
AUTHENTICATION_SETUP.md Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
combined.log Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
docker-compose.prod.yml Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
docker-compose.yml Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
Dockerfile Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
error.log Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
formies.sqlite Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
init.sql Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
jest.config.js Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
notes.md Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
package.json Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
RATE_LIMITING.md Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
repomix-output.xml Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
server.js Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00