This is a quick start UPI PSP server to test with UPI SANDBOX.
Place the project in your server(make sure your server has a static ip and registered with UPI Sandbox).
run following commands from within the project root directory
Install dependencies
bundle install
Perform database migrations
sequel -m migrations/ sqlite://db/dummy_psp.db
Start the Server
thin -R config.ru start
visit psp config page at
http://<your-static-ip>:3000/Config
finish the configuration
start requesting UPI sandbox server