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.