You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Code Snippet Manager is a tool designed to simplify the process of managing and
7
7
-**GraphQL API:** The core of this tool is built around a GraphQL API, allowing developers to interact with the system using a flexible and powerful query language.
8
8
-**Snippet Management:** Easily create, update, delete, and retrieve code snippets. Each snippet is associated with metadata such as title, description, tags, and language for efficient organization.
9
9
-**Search and Filtering:** Quickly find the snippets you need using search queries and filtering options based on tags, language, and more.
10
-
-**User Authentication: Secure user authentication and authorization are integrated, ensuring that only authorized users can access and modify their own snippets.
10
+
-**User Authentication:** Secure user authentication and authorization are integrated, ensuring that only authorized users can access and modify their own snippets.
11
11
-**Sharing and Collaboration:** Share snippets with other developers by generating unique links, allowing for easy collaboration and discussion.
12
12
-**Caching with Redis:** Utilize Redis for caching to optimize the performance of the application, ensuring fast response times even during peak usage.
0 commit comments