How I built a serverless recipes app with FaunaDB and Vue.js

Click for: original source

The author’s experience with building a minimal web application that would serve him and his wife as a recipes collection for food that we enjoy cooking. Convenient bonus features like PWA functionality (i.e. using the app on the phone or tablet when standing in the kitchen) and user authentication should be available too, making sure it’s not just functional, but also enjoyable to use. By Tom.

The article then describes:

  • Why Fauna?
  • Basic App Functionality
  • Vue App Setup
  • Serverless Functionality
  • Local Development Configuration
  • User Authentication
  • Functions

… and more. The cloud services author used for this project (Cloudinary, FaunaDB and Netlify) all have a very generous free tier without any noticeable throttling or service restrictions. Good read!

[Read More]

Tags nodejs javascript serverless