Go to file
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
__tests__ Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +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 Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +02:00
views Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +02:00
.env Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +02:00
.env.test Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +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 Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +02:00
docker-compose.prod.yml Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +02:00
docker-compose.yml Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +02:00
Dockerfile Update environment configuration, add API documentation, and implement user authentication system 2025-05-28 11:18:35 +02:00
env.development.template Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +02:00
env.production.template Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +02:00
error.log Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +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 Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +02:00
jest.config.js Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +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 Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +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 Refactor environment configuration for PostgreSQL and enhance application structure 2025-05-28 16:16:33 +02:00