Visit the live website: CabMiloge
CabMiloge is a user-friendly platform developed during the hackathon HackIIIT 2024, where it won 1st prize in the design category.
The team members behind this project are:
Following the hackathon, the project has been improved and is now maintained by the Open Source Developers Group (OSDG) at IIIT Hyderabad. The current list of code contributors includes the following people in addition to the original authors:
The primary goal of CabMiloge is to simplify the process of connecting students with peers traveling in the same direction. By doing so, the platform:
- Streamlines the coordination of rides and travel plans.
- Reduces travel costs.
- Offers a convenient and hassle-free way for students to arrange their journeys.
CabMiloge runs as a Docker container for easy setup and deployment.
Clone the repository to your local system:
git clone https://github.com/OSDG-IIITH/CabMiloge.git
cd CabMiloge
Create a .env
file in the project directory and add the required environment variables:
touch .env
Use the provided script to build and run the Docker container:
./run.sh
http://172.22.0.2
Stop the Docker container with the following script:
./stop.sh
- Docker Documentation: Refer to Docker Docs for more help.
- Contributing: Contributions are welcome! Please submit a PR or create an issue to improve the platform.