This repository contains both the frontend and backend code for the DT Protection website, a platform for booking armed security services in India.
.
├── frontend/ # Next.js frontend application
├── backend/ # Node.js/Express backend API
└── README.md # This file
-
Clone the repository:
git clone <repository-url> cd dtprotection
-
Set up the backend:
cd backend npm install # Create .env file (see backend/README.md) npm run dev
-
Set up the frontend:
cd frontend npm install npm run dev -
Access the applications:
- Frontend: http://localhost:3000
- Backend API: http://localhost:3001
- The frontend is built with Next.js and Tailwind CSS
- The backend is built with Node.js, Express, and TypeScript
- Both applications have their own README files with detailed setup instructions
- Modern, responsive website design
- Booking system for security services
- Payment processing with Stripe
- Email notifications
- Admin dashboard for managing bookings
- Create a new branch for your feature
- Make your changes
- Submit a pull request
[Add your license information here]