Skip to content

Commit

Permalink
update example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmolina committed Sep 25, 2024
1 parent ce06a6a commit 3b39f2b
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,24 @@
"Docker Compose"
]
},
{
"name": "FastAPI Simple example with Docker Compose and PIP",
"description": "This project demonstrates the implementation of a REST API using FastAPI, a modern, high-performance, web framework for building APIs with Python 3.+ based on standard Python type hints. It also uses Docker Compose to run the API in a container and PIP to manage Python packages.",
"url": "https://github.com/nanlabs/backend-reference/tree/main/examples/fastapi-simple-docker-pip",
"tags": [
"Apps and Boilerplates",
"Examples > Backend > FastAPI",
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": [
"Python3",
"FastAPI",
"Pydantic",
"Docker",
"Docker Compose",
"PIP"
]
},
{
"name": "SQLC with Go, PostgreSQL, Docker Compose",
"description": "This project demonstrates the implementation of a REST API using Go, SQLC, and PostgreSQL. It uses Docker Compose to set up the development environment and includes examples of creating, reading, updating, and deleting records in the database.",
Expand All @@ -160,13 +178,7 @@
"Examples > Backend > SQLC",
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": [
"Golang",
"SQLC",
"PostgreSQL",
"Docker",
"Docker Compose"
]
"labels": ["Golang", "SQLC", "PostgreSQL", "Docker", "Docker Compose"]
}
]
}

0 comments on commit 3b39f2b

Please sign in to comment.