Files
TenerifeProp/.env.example
TenerifeProp Dev c1867fe074 feat: implement complete backend with Bun + Hono + SQLite
- Create SQLite database schema with all tables
- Implement REST API endpoints for properties, leads, testimonials, FAQ, services
- Add seed data with sample properties, testimonials, FAQ
- Create Docker configuration for deployment
- Add i18n system for translations
- Add API client for frontend integration
- Create Technical Documentation (TZ.md)
- Add detailed README with deployment instructions

🚀 Project is now fully functional:
- API: http://localhost:8080/api/*
- Properties CRUD with filtering
- Lead management
- Settings, Testimonials, FAQ, Services APIs
- SQLite database with seed data
2026-04-04 22:16:06 +01:00

9 lines
152 B
Plaintext

NODE_ENV=production
PORT=8080
# Admin credentials
ADMIN_EMAIL=admin@tenerifeprop.com
ADMIN_PASSWORD=admin123
# Database
DB_PATH=./data/tenerifeprop.db