From 4758d87d304100f9890d8deb7f9a76ca522bd359 Mon Sep 17 00:00:00 2001
From: sheenji <jiwonsheen@ajou.ac.kr>
Date: Sun, 22 Dec 2024 18:14:18 +0900
Subject: [PATCH] add readme outline

---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index 01d0820..f488b58 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,22 @@
 - Typescript
 - Wrangler
 
+## Outline
+1. Cloudflare workers
+    - Cloudflare workers란?
+    - serverless platform
+    - Cloudflare workers hello world
+2. Cloudflare KV(Key-Value) storage
+   - Cloudflare KV storage란?
+   - key-value pair
+   - KV-tutorial
+3. workers with gitLab CI/CD(pipeline)
+   - .gitlab-ci.yml
+   - deploy
+4. Short URL service with workers and kv storage
+   - URL parsing
+   - redirect
+
 ## 아이탬 선정 동기
 
 서버를 구축하는데는 많은 시간과 비용이 소모된다.
-- 
GitLab