diff --git a/website/static/templates.json b/website/static/templates.json index 9613fbb4..c78d8e3a 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -2708,5 +2708,27 @@ "openai", "new" ] + }, + { + "title": "Multi-tier App with React.js Dashboard Front-End SPA and Backend Node.js API", + "description": "A multi-tier app with a dashboard front-end (React + Bootstrap) hosted in Azure Static Web Apps and back-end API (Node.js) hosted in Azure App Service", + "preview": "./templates/images/build5nines-azd-react-bootstrap-dashboard.png", + "website": "https://build5nines.com", + "author": "Build5Nines", + "source": "https://github.com/Build5Nines/azd-react-bootstrap-dashboard", + "tags": [ + "new", + "community", + "javascript", + "nodejs", + "reactjs", + "bicep", + "appservice", + "swa", + "appinsights", + "loganalytics", + "monitor", + "keyvault" + ] } ] diff --git a/website/static/templates/images/build5nines-azd-react-bootstrap-dashboard.png b/website/static/templates/images/build5nines-azd-react-bootstrap-dashboard.png new file mode 100644 index 00000000..77964327 Binary files /dev/null and b/website/static/templates/images/build5nines-azd-react-bootstrap-dashboard.png differ