Chunk 2 | Building the API
Create a serverless API that updates a visitor counter in a database
Categories:
less than a minute
(Steps 8-10, 13)
- Create a database: Use a Table database to store the visitor counter data
- Create an API: Communication between the website and the database
- 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)