A Django-based application designed to manage bidding for transporters and logistics services. The app facilitates transporter bid submissions, offer proposals, and bid acceptance workflows, integrating seamless data handling for destinations and vehicles.
- Transporter bid submissions
- Offer proposals and acceptance
- Token-based authentication for secure transporter interactions
- Detailed bid tracking and reporting
- Clone the repository:
git clone https://github.com/sameertak/Bidding-App.git
- Navigate to the project directory:
cd Bidding-App
- Install dependencies:
pip install -r requirements.txt
- Run database migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver
- Access the app at
http://localhost:8000
- Manage transporters, bids, and offers using the web interface.
This project is licensed under the MIT License.