| commit | 6e8eaafadfe098b51f0f280bb920fe6dadd64d78 | [log] [tgz] |
|---|---|---|
| author | Bruno Salzano <d4rkstar@gmail.com> | Tue Mar 18 00:39:57 2025 +0100 |
| committer | Bruno Salzano <d4rkstar@gmail.com> | Mon Mar 24 22:15:43 2025 +0100 |
| tree | 965e092547e394085fd8d41543bcc2a89514b868 | |
| parent | 5596f00531b58f5c83916cf4cb6eaa96c9491d53 [diff] |
use-database
This is the reference repository for the tutorial in the Apache OpenServerless documentation, published here
Clone the repository on your local machine with the command:
git clone https://github.com/apache/openserverless-tutorial
The repository has tags for each step of the tutorial. You can see the tags with the command:
git tag -l
You can change the local repository to a tag corresponding to the tutorial page, to align the sources:
| Tag | Page |
|---|---|
| first-steps | First Steps |
| form-validation | Form Validation |
| use-database | Use Database |
| sending-notifications | Sending Notifications |
| deployment | App Deployment |