Chunk 2 | Building the API

Create a serverless API that updates a visitor counter in a database

(Steps 8-10, 13)

  1. Create a database: Use a Table database to store the visitor counter data
  2. Create an API: Communication between the website and the database
  3. Host the Website: Publish the website on a static website service in the cloud

13.Source Control: Store code in a source control system such as GitHub


Last modified July 21, 2024: update (e2ae86c)