From 991c745465e26a6a215e8dc1281590fdc57ee244 Mon Sep 17 00:00:00 2001 From: Sahil Chalke <109215419+Sahilll15@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:13:08 +0530 Subject: [PATCH 1/2] chore: project addition by sahilchalke --- DB/projects.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/DB/projects.json b/DB/projects.json index 7e7b4659..50f8df47 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -154,7 +154,21 @@ "djangorestframework", "sqllite" ] - } + }, + { + "github_url": "https://github.com/Sahilll15/ServerSideNotes.git", + "title": "ServerSideNotes - Collaborative Note-Sharing Website", + "description": "ServerSideNotes is a dynamic web platform designed for seamless collaboration on note-sharing. Users can easily create, edit, and share their notes, fostering efficient knowledge exchange and teamwork.", + "tech": [ + "HTML", + "CSS", + "Django", + "Django REST framework", + "SQLite" +] +} + + ] }, { From e2975abcb847b0a1fde82f25345c1845c6766c8a Mon Sep 17 00:00:00 2001 From: Sahil Chalke <109215419+Sahilll15@users.noreply.github.com> Date: Tue, 29 Aug 2023 21:51:11 +0530 Subject: [PATCH 2/2] Update DB/projects.json Co-authored-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> Signed-off-by: Sahil Chalke <109215419+Sahilll15@users.noreply.github.com> --- DB/projects.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/DB/projects.json b/DB/projects.json index 50f8df47..3af24f84 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -160,11 +160,10 @@ "title": "ServerSideNotes - Collaborative Note-Sharing Website", "description": "ServerSideNotes is a dynamic web platform designed for seamless collaboration on note-sharing. Users can easily create, edit, and share their notes, fostering efficient knowledge exchange and teamwork.", "tech": [ - "HTML", - "CSS", - "Django", - "Django REST framework", - "SQLite" + "html", + "css", + "django", + "sqlite" ] }