Skip to content

Commit 5013f8b

Browse files
committed
fixed inconsistencies
1 parent ba87934 commit 5013f8b

File tree

51 files changed

+88
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+88
-90
lines changed

samples/angular-express/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ Title: Angular & Node.js
3737

3838
Short Description: A full-stack application using Angular for the frontend and Node.js with Socket.IO for the backend, containerized with Docker.
3939

40-
Tags: angular, nodejs, Socket.IO
40+
Tags: Angular, Node.js, Socket.IO
4141

4242
Languages: typescript, javascript

samples/bullmq-bullboard-redis/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ To add a job to the queue, you can go to the `/add` route of the `api` service.
88

99
The `worker` service is the queue processor that will process the jobs added to the queue. You can see in the `compose.yaml` file that the `worker` service is set to scale to 2 instances. This means that there will be 2 workers processing jobs from the queue. You can set this to your desired number of workers, but we wanted to show how you can increase the number of workers to handle more jobs.
1010

11-
1211
## Prerequisites
1312

1413
1. Download <a href="https://github.com/defang-io/defang">Defang CLI</a>
@@ -21,7 +20,6 @@ The `worker` service is the queue processor that will process the jobs added to
2120
3. Type `defang compose up` in the CLI.
2221
4. Your app will be running within a few minutes.
2322

24-
2523
## Local Development
2624

2725
1. Run `docker compose -f compose.dev.yaml up`
@@ -34,4 +32,4 @@ Short Description: A sample project with BullMQ, BullBoard, and Redis.
3432

3533
Tags: BullMQ, BullBoard, Redis, Express, Node.js, Message Queue
3634

37-
Languages: nodejs, javascript
35+
Languages: Node.Js, javascript

samples/csharp-dotnet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ Title: ASP.NET Core & JavaScript Task Manager
3636

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

39-
Tags: aspnetcore, javascript, Docker
39+
Tags: Aspnetcore, Javascript, C#
4040

41-
Languages: csharp, javascript
41+
Languages: C#, javascript

samples/django-postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Title: Django & Postgres
3030

3131
Short Description: A customer relationship management list project developed using Python Django framework, offering a starting point to help you quickly build your customer management system
3232

33-
Tags: django, postgres
33+
Tags: Django, PostgreSQL
3434

3535
Languages: python, sql

samples/django/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ Title: Django
3535

3636
Short Description: A simple Django app that uses SQLite as the database
3737

38-
Tags: django, sqlite
38+
Tags: Django, Sqlite
3939

4040
Languages: python

samples/elysia/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Title: Elysia & Bun
2424

2525
Short Description: A basic Elysia app running on Bun with Defang.
2626

27-
Tags: bun, elysia, typescript
27+
Tags: Bun, Elysia, Typescript
2828

2929
Languages: typescript

samples/fastapi-postgres/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
# FastAPI
22

3-
This sample project demonstrates how to deploy FastAPI with Defang.
3+
This sample project demonstrates how to deploy FastAPI with Defang.
44

55
## Prerequisites
6+
67
1. Download <a href="https://github.com/defang-io/defang">Defang CLI</a>
78
2. (optional) If you are using <a href="https://docs.defang.io/docs/concepts/defang-byoc">Defang BYOC</a>, make sure you have properly <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html">authenticated your AWS account</a>.
89

910
## Deploying
11+
1012
1. Open the terminal and type `defang login`
1113
2. Type `defang compose up` in the CLI.
1214
3. Your app will be running within a few minutes.
1315

1416
## Local Development
17+
1518
1. Run `docker compose -f compose.dev.yaml up`
1619

1720
---
@@ -20,6 +23,6 @@ Title: FastAPI & PostgreSQL
2023

2124
Short Description: A sample project with FastAPI and PostgreSQL
2225

23-
Tags: FastAPIPostgreSQL, Python, SQL
26+
Tags: FastAPI, PostgreSQL, Python, SQL
2427

2528
Languages: Python, SQL

samples/fastapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FastAPI
22

3-
This sample project demonstrates how to deploy FastAPI with Defang.
3+
This sample project demonstrates how to deploy FastAPI with Defang.
44

55
## Prerequisites
66

samples/feathersjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Title: FeathersJS
3030

3131
Short Description: A sample project demonstrating how to deploy a FeathersJS application using Defang. The application displays "DefangxFeathersjs" on the webpage.
3232

33-
Tags: feathersjs , nodejs
33+
Tags: Feathersjs , Node.js
3434

3535
Languages: javascript, nodejs

samples/flask/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Title: Flask
2929

3030
Short Description: A basic Flask todo app.
3131

32-
Tags: flask, python
32+
Tags: Flask, Python
3333

3434
Languages: python

0 commit comments

Comments
 (0)