Building a Meeting Notes app

Learn how to set up a web app backend (with database) in less than 100 lines of code

In this tutorial, we will create a backend in less than 100 lines of code. The backend will:

  • Store data in a cloud SQL database
  • Make API calls to a third-party service
  • Deploy to the cloud and be publicly available

The example app we will build is a markdown meeting notes app BUT it’s trivial to replace the specifics if you have another idea in mind (again, less than 100 lines of code).

Demo version of the app

A TypeScript tutorial for the Meeting Notes app will be available soon.