A virtual payment solution developed during inCode 2023 Hackathon.
What the ideal ride-hailing service should look like.
Analyze your experience of city rides, traveling between cities, or delivering goods.
Think about what you are missing, come up with the perfect service, and implement your idea at our hackathon.
icard a virtual in-app payment method was developed to make payment of service fast, easy and accessible.
Once your api is running on local machine, follow the links below to interact with the api.
-
Create a virtual environment -NIX OS
python3 -m venv env
Windows
python.exe -m venv env
-
Activate the virtual environment -NIX OS
env/bin/activate
Windows
.\env\Scripts\activate.bat -
Install all required packages -NIX OS
pip install -r requirements.txt
Windows
.\env\Scripts\pip.exe install -r .\requirements.txt
-NIX
uvicorn main:appWindows
.\env\Scripts\python.exe -m uvicorn main:app
