Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.3 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.3 KB

CabMiloge

Visit the live website: CabMiloge

HackIIIT 2024 Winner!

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.

About 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.

For Developers

CabMiloge now runs as a Docker container! For help with Docker refer to this.

Make venv and enter venv

python -m venv venv
source venv/bin/activate  # On Windows, use: venv\Scripts\activate

Install requirements.txt

pip install -r requirements.txt

Add env variables in .env

touch .env

Run the docker container with the given bash script

./run.sh

To gracefully terminate, run

./stop.sh