Skip to content

OSDG-IIITH/CabMiloge

 
 

Repository files navigation

CabMiloge

Visit the live website: CabMiloge

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

For Developers

CabMiloge runs as a Docker container for easy setup and deployment.

Clone the Repository

Clone the repository to your local system:

git clone https://github.com/OSDG-IIITH/CabMiloge.git
cd CabMiloge

Set Environment Variables

Create a .env file in the project directory and add the required environment variables:

touch .env

Run the Docker Container

Use the provided script to build and run the Docker container:

./run.sh

To access the website go to:

http://172.22.0.2

To Gracefully Terminate

Stop the Docker container with the following script:

./stop.sh

Resources

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

About

A Cab sharing website for HackIIIT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.7%
  • CSS 21.9%
  • Python 15.1%
  • JavaScript 9.7%
  • Other 0.6%