Visit the live website: CabMiloge
CabMiloge was crowned the winner of HackIIIT 2024 in the Design Category! The team members behind the idea were @StarryBadger, @himanshuyv, @Jayeshs27 and @gitPROhan. Following the hackathon, OSDG took the project under its wings. Since then, many contributions have been made to further develop and improve CabMiloge.
CabMiloge is a cab-sharing platform designed exclusively for the IIIT Hyderabad community. Our mission is to simplify travel arrangements, reduce costs, and foster connections among students and faculty.
CabMiloge now runs as a Docker container! For help with Docker refer to this.
python -m venv venv
source venv/bin/activate # On Windows, use: venv\Scripts\activate
pip install -r requirements.txt
touch .env
./run.sh
./stop.sh