Skip to content

Commit

Permalink
add todo app ASA sample to awesome list
Browse files Browse the repository at this point in the history
add todo app ASA sample to awesome list
author: @yiliuTo
  • Loading branch information
hemarina committed Jul 28, 2023
2 parents 470afe4 + 4e635ad commit 847c322
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,16 @@ const Users: User[] = [
source: 'https://github.com/Azure-Samples/todo-nodejs-mongo-aks',
tags: ['featured','bicep','nodejs','typescript','javascript','mongodb','monitor','keyvault', 'reactjs', 'appservice','cosmosdb','aks'],
},
{
title: 'Static React Web App with Java API and PostgreSQL',
description:
'A blueprint for getting a React web app with a Java API and a Azure Database for PostgreSQL - Flexible Server on Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly. This architecture is for hosting web apps and APIs without worrying about the infrastructure.',
preview: require('./images/todo-java-postgres-asa.png'),
website: 'https://github.com/Azure-Samples/',
author: 'Yi Liu',
source: 'https://github.com/Azure-Samples/ASA-Samples-Web-Application',
tags: ['featured','bicep','java','nodejs','spring','webapps','azurespringapps','azuredb-postgreSQL'],
},
{
title: 'ChatGPT Plugin using Python (FastAPI)',
description: 'This is a quickstart for creating a ChatGPT Plugin using Python and Azure.',
Expand Down

0 comments on commit 847c322

Please sign in to comment.