This app will help users to book cabs once they login into their account and select a pickup and drop location. Based on this information and the availability of drivers, we will map customers to drivers and register a ride. This application gives an interactive user interface, made using Streamlit. Database management was done using MySQL-python connectivity.
Your computer must have Python installed
Now as you have installled python lets move forward
- Clone the repo
git clone https://github.com/debjit20504/CABKARO.git
- Install requirement file
python -m pip install -r requirements.txt
- Run the webapp
python -m streamlit run cabkaro.py