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
10 changes: 5 additions & 5 deletions samples/csharp-dotnet/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ASP.NET Core & JavaScript Task Manager
# C# & ASP.NET Core

[![1-click-deploy](https://defang.io/deploy-with-defang.png)](https://portal.defang.dev/redirect?url=https%3A%2F%2Fgithub.com%2Fnew%3Ftemplate_name%3Dsample-csharp-dotnet-template%26template_owner%3DDefangSamples)

This project is a simple task manager application using ASP.NET Core for the backend and JavaScript for client-side component rendering. We show case how to deploy it to both defang and docker for both prod and dev environments.
This project is a simple task manager application using ASP.NET Core. We show case how to deploy it to both Defang and Docker for both prod and dev environments.

## NOTE

Expand Down Expand Up @@ -34,10 +34,10 @@ For development, we use two local containers, one for the frontend service and o

---

Title: ASP.NET Core & JavaScript Task Manager
Title: C# & ASP.NET Core

Short Description: A task manager using ASP.NET Core for the backend and JavaScript for the frontend, containerized with Docker.
Short Description: A task manager using ASP.NET Core containerized with Docker.

Tags: ASP.NET Core, JavaScript, C#

Languages: C#, JavaScript
Languages: C#
2 changes: 1 addition & 1 deletion samples/feathersjs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FeathersJS Application with Defang
# Feathers.js

This sample project demonstrates how to deploy a FeathersJS application on to AWS using Defang. We also demonstrate how to run the application in both development and production environments using Docker Compose.

Expand Down
2 changes: 1 addition & 1 deletion samples/hasura/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hasura & Postgres
# Hasura & PostgreSQL

[![1-click-deploy](https://defang.io/deploy-with-defang.png)](https://portal.defang.dev/redirect?url=https%3A%2F%2Fgithub.com%2Fnew%3Ftemplate_name%3Dsample-hasura-template%26template_owner%3DDefangSamples)

Expand Down
4 changes: 2 additions & 2 deletions samples/langchain/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Langchain & flask
# Langchain & Flask

[![1-click-deploy](https://defang.io/deploy-with-defang.png)](https://portal.defang.dev/redirect?url=https%3A%2F%2Fgithub.com%2Fnew%3Ftemplate_name%3Dsample-langchain-template%26template_owner%3DDefangSamples)

Expand Down Expand Up @@ -29,7 +29,7 @@ This will start a Docker container with the flask app which will display the res

---

Title: Flask & LangChain
Title: LangChain & Flask

Short Description: A sample project demonstrating how to deploy LangChain with Flask on Defang.

Expand Down
6 changes: 3 additions & 3 deletions samples/nodejs-react-postgres/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# React & Node.js & PostgreSQL
# Node.js & React & PostgreSQL

[![1-click-deploy](https://defang.io/deploy-with-defang.png)](https://portal.defang.dev/redirect?url=https%3A%2F%2Fgithub.com%2Fnew%3Ftemplate_name%3Dsample-nodejs-react-postgres-template%26template_owner%3DDefangSamples)`

Expand Down Expand Up @@ -32,10 +32,10 @@ Or run without using Docker by doing the following:

---

Title: React & Node.js & PostgreSQL
Title: Node.js & React & PostgreSQL

Short Description: A full-stack to-do list application.

Tags: React, Node.js, Full-stack, PostgreSQL, JavaScript, SQL
Tags: Node.js, React, Full-stack, PostgreSQL, JavaScript, SQL

Languages: nodejs
4 changes: 2 additions & 2 deletions samples/python-minimal/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Flask Request Inspector API
# Python & Flask & HTTP

[![1-click-deploy](https://defang.io/deploy-with-defang.png)](https://portal.defang.dev/redirect?url=https%3A%2F%2Fgithub.com%2Fnew%3Ftemplate_name%3Dsample-python-minimal-template%26template_owner%3DDefangSamples)

Expand Down Expand Up @@ -27,7 +27,7 @@ This Flask application is designed to inspect and return detailed information ab

---

Title: Flask
Title: Python & Flask & HTTP

Short Description: A Flask application that inspects and returns detailed information about HTTP requests.

Expand Down
2 changes: 1 addition & 1 deletion samples/sailsjs-postgres/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sailsjs & Postgres
# Sails.js & PostgreSQL

[![1-click-deploy](https://defang.io/deploy-with-defang.png)](https://portal.defang.dev/redirect?url=https%3A%2F%2Fgithub.com%2Fnew%3Ftemplate_name%3Dsample-sailsjs-postgres-template%26template_owner%3DDefangSamples)

Expand Down
Loading