This repo contains serverless functions used for Enkel Digital's website.
These are Express JS based serverless functions hosted with firebase.
The functions available and their step by step workings are listed below.
To serve functions for testing, run serve script defined in package.json
npm run serve
To Deploy functions only, run deploy script defined in package.json
npm run deploy