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
Digital platform that allows users to create, manage, and organize text-based notes. It provides users with the ability to create, edit, categorize, and search for notes, making it easy to capture and retrieve information efficiently.
23
+
## Introduction
11
24
12
-
----
25
+
**xNote** is a smart note-taking application that provides a digital platform for users to create, manage, and organize text-based notes. It enables users to efficiently capture, edit, categorize, and search for notes.
13
26
14
-
**2. Features:**
27
+
---
15
28
16
-
- User Registration and Login:
17
-
- Users can create accounts and log in securely.
18
-
- Create and Edit Notes:
19
-
- Users can create new text-based notes.
20
-
- Notes can be edited and updated as needed.
21
-
- Note Organization:
22
-
- Users can organize their notes into notebooks or folders.
23
-
- Notes can have tags for easy categorization.
24
-
- Attachments:
25
-
- Users can attach files (e.g., images, documents) to their notes.
26
-
- Trash and Recovery:
27
-
- Deleted notes are moved to the trash and can be recovered.
28
-
- Sharing:
29
-
- Users can share notes with others.
30
-
- Collaborative note editing and commenting.
29
+
## Features
31
30
32
-
----
31
+
-**User Registration and Login**\
32
+
Secure account creation and login.
33
+
-**Create and Edit Notes**\
34
+
Ability to create, edit, and update text-based notes.
35
+
-**Note Organization**\
36
+
Organize notes into notebooks or folders with tags for better categorization.
37
+
-**Attachments**\
38
+
Attach files (e.g., images, documents) to notes.
39
+
-**Trash and Recovery**\
40
+
Deleted notes are moved to trash and can be recovered.
41
+
-**Sharing**\
42
+
Share notes with others, including collaborative editing and commenting.
33
43
34
-
**3. Installation**
44
+
---
35
45
36
-
To install the xNote application backend service, follow these steps:
46
+
## Installation
47
+
48
+
To install the xNote application backend service:
37
49
38
50
1. Clone the repository:
39
51
```bash
@@ -43,170 +55,105 @@ To install the xNote application backend service, follow these steps:
43
55
```bash
44
56
cd xNote-server
45
57
```
46
-
3. Install the dependencies:
58
+
3. Install dependencies:
47
59
```bash
48
60
yarn
49
61
```
50
-
51
-
4. Set up the environment variables by creating a `.env` file and adding the necessary configurations from `.env.example`
52
-
53
-
5. Start the server:
62
+
4. Set up environment variables by creating a `.env` file using configurations from `.env.example`.
0 commit comments