https://github.com/nexeosai/apg-website
APG - Website
https://github.com/nexeosai/apg-website
Last synced: about 1 year ago
JSON representation
APG - Website
- Host: GitHub
- URL: https://github.com/nexeosai/apg-website
- Owner: NexeosAI
- License: other
- Created: 2024-11-14T13:03:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T22:11:26.000Z (over 1 year ago)
- Last Synced: 2025-02-02T06:41:29.658Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://apg-website-three.vercel.app
- Size: 6.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 📦 Database Schema
### Bookings Table
- customer_name
- email
- phone
- vehicle_make
- vehicle_model
- vehicle_year
- service_type
- preferred_date
- notes
- status
- converted_to_customer
### Services Table
- service_name
- description
- duration
- price_range
- available
## 🚀 Deployment
The website is deployed on Vercel with the following configuration:
- Production Branch: `main`
- Preview Branches: `dev/*`
- Environment Variables: Configured in Vercel Dashboard
## 📱 Responsive Design
The website is fully responsive and tested on:
- Desktop (1920px and above)
- Laptop (1024px to 1919px)
- Tablet (768px to 1023px)
- Mobile (320px to 767px)
## 🔒 Security Features
- Form validation and sanitization
- CSRF protection
- Rate limiting
- Data encryption
- Secure authentication
## 🤝 Contributing
1. Fork the repository
2. Create a feature branch
3. Commit your changes
4. Push to the branch
5. Open a Pull Request
## 📄 License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## 📞 Support
For support, email info@ainslieparkgarage.com or call 0131 552 6695.
## 🙏 Acknowledgments
- Design inspiration from modern automotive websites
- Icons from [Heroicons](https://heroicons.com)
- UI Components from [Shadcn/ui](https://ui.shadcn.com)