formies/src
Mohamad.Elsena a3236ae9d5 Refactor environment configuration for PostgreSQL and enhance application structure
- Updated `.env` and `.env.test` files to include PostgreSQL connection settings and Redis configuration.
- Migrated database from SQLite to PostgreSQL, updating relevant queries and connection logic.
- Enhanced error handling and logging throughout the application.
- Added new test utilities for PostgreSQL integration and updated user model methods.
- Introduced new routes for user authentication and form management, ensuring compatibility with the new database structure.
- Created login and registration views in EJS for user interaction.
2025-05-28 16:16:33 +02:00
..
config Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +02:00
middleware Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
models Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +02:00
routes Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +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