This is a Django-based web application to help users find vehicle breakdown assistance services nearby.
- User registration and login
- Mechanic registration
- Service request management
- Profile management with profile picture upload
- Payment integration (Stripe)
- Clone the repository:
git clone https://github.com/Hruthikgowdahk/On-road-vehicle-breakdown-assistance-finder.git
- Navigate to the project directory:
cd "on road vehicle breakdown/on road vehicle breakdown"
- Install dependencies:
pip install -r requirements.txt
- Run migrations:
python index.py migrate
- Create a superuser (optional):
python index.py createsuperuser
- Start the development server:
python index.py runserver
- Access the app at http://127.0.0.1:8000/
- Register as a user or mechanic
- Request or provide breakdown assistance
This project is licensed under the MIT License - see the LICENSE file for details.