Skip to content

OSDG-IIITH/CabMiloge

 
 

Repository files navigation

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

About

A Cab sharing website for HackIIIT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.9%
  • CSS 23.4%
  • Python 13.8%
  • JavaScript 8.4%
  • Dockerfile 0.3%
  • Shell 0.2%