Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 628 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 628 Bytes

Poppy Central backend

A banking application to quickly generate banking PDF documents for clients to sign

Links

Heroku Production Endpoint: https://poppy-central.herokuapp.com/

Live Site: https://poppy-central.netlify.app/

Front End Repo: https://github.com/diaz4674/Poppy-Central/tree/main/poppy-central

Routes:

POST: /signatureCard Given the data sent to endpoint, takes that data and puts them in the stored PDF file, and send back the signature card PDF file.

POST: /resolution Given the data sent to endpoint, takes that data and puts them in the stored PDF file, and send back the resoluition PDF file.