An open API service indexing awesome lists of open source software.

https://github.com/nexeosai/apg-website

APG - Website
https://github.com/nexeosai/apg-website

Last synced: about 1 year ago
JSON representation

APG - Website

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)