This is a full-stack courier website that provides seamless package tracking, delivery management, and user-friendly interfaces for both customers and couriers. The website is built using JavaScript and Bootstrap for the frontend, with PHP and SQL handling backend operations.
- User Authentication: Secure login and registration system.
- Package Tracking: Real-time updates on package status.
- Order Management: Users can place delivery requests.
- Admin Dashboard: Manage users, orders, and delivery statuses.
- Responsive Design: Optimized for all devices using Bootstrap.
- Frontend: JavaScript, Bootstrap
- Backend: PHP, SQL (MySQL/PostgreSQL)
- Database: SQL-based relational database
- Clone the repository:
git clone https://github.com/yourusername/courier-website.git
- Navigate to the project directory:
cd courier-website
- Set up the database:
- Import the provided SQL file into your database.
- Update database credentials in the
config.php
file.
- Start the server:
- Use Apache with PHP installed (e.g., XAMPP, LAMP, WAMP).
- Place the project files inside the web server's root directory.
- Open the website in your browser:
http://localhost/courier-website/
Contributions are welcome! Feel free to submit issues or pull requests.
This project is licensed under the MIT License.
For any questions or suggestions, contact [Your Name] at [your-email@example.com].