Innovating Order placement and incentives through coupons for sellers!
Web App Link: https://incosquare.streamlit.app/
Devpost Link: https://devpost.com/software/inco
Youtube Demo: https://www.youtube.com/watch?v=Uc3zUBmQDgU
Google Cloud Project ID: square-hackathon-401819
Square Sandbox application ID: sandbox-sq0idb-jDGx7GKbfZ7HdlurPag4gg
You can run the web app on your local system by running the following commands:
git clone https://github.com/Sharan-Babu/Inco.git
cd Inco
python -m pip install -r requirements.txt
streamlit run inco.py
Participating in this Hackathon was a delightful experience for our team thanks to the ample help and resources provided. The Square Documentation is very clear and the API explorer is excellent, making it easy to test different APIs, understand the requirements of input parameters for each API and plan how it will integrate in the application.