Complete example with PayPal

Hey folks, wanted to share my first complete serverless project. https://github.com/alanwhite/dseapi

Would love all and any feedback, it’ll probably be obvious that I’ve never used javascript before, so tips and tricks all welcome.

There’s a frontend to the app in the dseweb repo in the same place. Loads of firsts in there for me too. This is a port of a Ruby on Rails app I’ve had running in a VM for years, and this will solve loads of problems around availability etc.

Next step is to get twillio to SMS me when anyone buys a license, and write a migration type function, eg. if someone signs in who had signed in before on the old platform, migrate any license keys across, probably by matching emails. Once I’ve got that bit done will probably go live.