# openserverless-tutorial **Repository Path**: mirrors_apache/openserverless-tutorial ## Basic Information - **Project Name**: openserverless-tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-25 - **Last Updated**: 2025-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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/) |