Skip to content

Commit 0f9c0d8

Browse files
docs: update README for local development with Testcontainers
- Changed the title to reflect the inclusion of GORM and Postgres in the Todo application. - Updated the GitHub and StackBlitz links to point to the correct repository path. - Added a new entry for the Seenode cloud platform in the main README.
1 parent d775650 commit 0f9c0d8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Here you can find the most **delicious** recipes to cook delicious meals using o
5757
- [I18n](./i18n/README.md) - Internationalization support.
5858
- [JWT](./jwt/README.md) - Using JSON Web Tokens (JWT) for authentication.
5959
- [Kubernetes](./k8s/README.md) - Deploying applications to Kubernetes.
60-
- [Local Development with Testcontainers](./local-development-testcontainers/README.md) - Local development with Testcontainers.
60+
- [Todo App + Auth + GORM + Testcontainers](./local-development-testcontainers/README.md) - A Todo application with authentication using GORM and Postgres.
6161
- [Memgraph](./memgraph/README.md) - Using Memgraph.
6262
- [MinIO](./minio/README.md) - A simple application for uploading and downloading files from MinIO.
6363
- [MongoDB](./mongodb/README.md) - Connecting to a MongoDB database.
@@ -76,6 +76,7 @@ Here you can find the most **delicious** recipes to cook delicious meals using o
7676
- [React](./react-router/README.md) - Using React.
7777
- [Recover Middleware](./recover/README.md) - Recover middleware for error handling.
7878
- [RSS Feed](./rss-feed/README.md) - Generating an RSS feed.
79+
- [Seenode](./seenode/README.md) - Deploying to Seenode cloud platform.
7980
- [Server Timing](./server-timing/README.md) - Adding Server Timing headers to an application.
8081
- [Sessions + SQLite3](./sessions-sqlite3/README.md) - Using SQLite3 as a storage engine for user sessions.
8182
- [Socketio](./socketio/README.md) - A chatroom application using Socket.IO.

local-development-testcontainers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: A Todo application with authentication using GORM and Postgres.
66

77
# Todo App with Auth using GORM and Testcontainers
88

9-
[![Github](https://img.shields.io/static/v1?label=&message=Github&color=2ea44f&style=for-the-badge&logo=github)](https://github.com/gofiber/recipes/tree/master/todo-app-testcontainers-postgres) [![StackBlitz](https://img.shields.io/static/v1?label=&message=StackBlitz&color=2ea44f&style=for-the-badge&logo=StackBlitz)](https://stackblitz.com/github.com/gofiber/recipes/tree/master/todo-app-testcontainers-postgres)
9+
[![Github](https://img.shields.io/static/v1?label=&message=Github&color=2ea44f&style=for-the-badge&logo=github)](https://github.com/gofiber/recipes/tree/master/local-development-testcontainers) [![StackBlitz](https://img.shields.io/static/v1?label=&message=StackBlitz&color=2ea44f&style=for-the-badge&logo=StackBlitz)](https://stackblitz.com/github/gofiber/recipes/tree/master/local-development-testcontainers)
1010

1111
This project demonstrates a Todo application with authentication using GORM and Testcontainers.
1212

0 commit comments

Comments
 (0)