This app is used to split donations.
The app is simple flask based application.
The working app demo can be found here
This app is developed and deployed using AWS Lambda serverless cli (sls).
Install the dependencies using npm install
Install python dependencies pip install -r requirements.txt
Run the local server sls wsgi serve
Go to localhost:5000