Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions astro/src/content/json/exampleapps.json
Original file line number Diff line number Diff line change
Expand Up @@ -598,5 +598,17 @@
"name": "Modeling Organizations",
"description": "Node.js Express sample application for the Modeling Organizations guide.",
"language": "javascript"
},
{
"url": "https://github.com/fusionauth/fusionauth-example-terraform-deploy-fusionauth",
"name": "Start Here Tutorial App",
"description": "An express/JavaScript application used for a walkthrough of a FusionAuth setup",
"language": "config"
},
{
"url": "https://github.com/FusionAuth/fusionauth-example-express-start-here",
"name": "Start Here Tutorial App",
"description": "Use Terraform to deploy FusionAuth and its database.",
"language": "javascript"
}
]
4 changes: 2 additions & 2 deletions astro/src/content/quickstarts/_landing-preamble.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
---
Learn how you would use FusionAuth to add authentication and authorization to an application in the framework or language of your choice in 15 minutes or less.
Learn how you would use FusionAuth to add authentication and authorization to an application in the framework or language of your choice in 15 minutes or less. For a quick interactive introduction to FusionAuth and the problems it solves, check out our [Start Here](/docs/get-started/start-here) tutorial.

Each quickstart includes a complete runnable application and a shell application you can build out by following the step-by-step integration instructions. Application examples include: [traditional web applications](#web-application), [single-page applications](#spa), [mobile applications](#mobile-app), and [APIs protected with access tokens](#api).

Expand All @@ -11,4 +11,4 @@ You'll need the following to work through any quickstarts.
- Git, for cloning the example repository
- Docker, to run FusionAuth and its dependencies
- An editor, to update files
- The language, platform or framework; for example, Xcode to run the iOS quickstart or Java for the Spring example
- The language, platform or framework; for example, Xcode to run the iOS quickstart or Java for the Spring example