From e6b132a34334b590d26924c6f4902f27665ffd9b Mon Sep 17 00:00:00 2001 From: Sirin Puenggun Date: Mon, 21 Apr 2025 01:00:24 +0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 719e5fb..1c9df39 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Full-Stack Todo List Application +[Backend API Documentation](https://todolist.apidocumentation.com/) + ## 1. Overview This report covers the design, tech stack, and setup process for our Todo List app. The app lets users manage tasks, add tags, create subtasks, and attach images. Users can sign in with email/password or Google. We built the backend with Go using Hexagonal Architecture and the frontend with Next.js, React, and TypeScript.