| # Apache OpenServerless Tutorial |
| |
| ## What is this |
| |
| This is the reference repository for the tutorial in the Apache |
| OpenServerless documentation, published |
| [here](https://openserverless.apache.org/docs/tutorial/) |
| |
| |
| ## How to use |
| |
| 1. Clone the repository on your local machine with the command: |
| |
| `git clone https://github.com/apache/openserverless-tutorial` |
| |
| 1. The repository has tags for each step of the tutorial. You can see the tags with the command: |
| |
| `git tag -l` |
| |
| |
| 3. You can change the local repository to a tag corresponding to the tutorial page, to align the sources: |
| |
| | Tag | Page | |
| |-----------------------|-------------------------------| |
| | first-steps | [First Steps](https://openserverless.apache.org/docs/tutorial/first-steps/) | |
| | form-validation | [Form Validation](https://openserverless.apache.org/docs/tutorial/first-steps/) | |
| | use-database | [Use Database](https://openserverless.apache.org/docs/tutorial/use-database/) | |
| | sending-notifications | [Sending Notifications](https://openserverless.apache.org/docs/tutorial/notify-message/) | |
| | deployment | [App Deployment](https://openserverless.apache.org/docs/tutorial/packaging/) | |