use-database
3 files changed
tree: 965e092547e394085fd8d41543bcc2a89514b868
  1. packages/
  2. web/
  3. .asf.yml
  4. .gitignore
  5. DISCLAIMER
  6. LICENSE
  7. NOTICE
  8. README.md
README.md

Apache OpenServerless Tutorial

What is this

This is the reference repository for the tutorial in the Apache OpenServerless documentation, published here

How to use

  1. Clone the repository on your local machine with the command:

    git clone https://github.com/apache/openserverless-tutorial

  2. 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:

    TagPage
    first-stepsFirst Steps
    form-validationForm Validation
    use-databaseUse Database
    sending-notificationsSending Notifications
    deploymentApp Deployment