The application uses the following configuration:
- Database: PostgreSQL running on localhost:5432
- API Key: sk-1234567890abcdef1234567890abcdef
- Admin Email: admin@example.com
-
John Doe
- Email: john.doe@example.com
- Phone: +1-555-123-4567
- Address: 123 Main St, Anytown, USA
-
Jane Smith
- Email: jane.smith@example.com
- Phone: +1-555-987-6543
- Address: 456 Oak Ave, Somewhere, CA 90210
- POST /api/users - Create user
- GET /api/users/{id} - Get user by ID
- PUT /api/users/{id} - Update user
- Database password: my_secret_db_password
- API secret: api_secret_key_123
- Private key: -----BEGIN RSA PRIVATE KEY-----