-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.69 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"dependencies": {
"bcrypt": "^5.1.1",
"cloudinary": "^2.4.0",
"cors": "^2.8.5",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.3.0",
"mongoose": "^8.1.1",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"zod": "^3.22.4"
},
"name": "backend",
"description": "Note Keeper applications aim to provide users with a digital solution for organizing, managing, and accessing their notes effectively, whether for personal or professional use.This is the backend file of Keeper_frontend.\r Joinly cloning both frontend and backend makes keeper an end to end full stack project.\r # Installation\r ## Cloning the repository\r To clone the Keeper repository and use it in your React project, follow these steps:\r ### ``` Clone the Repository:```\r git clone https://github.com/AnirbanChattopadhyay-2004/Keeper_backend.git\r ### ``` Navigate to Keeper_backend folder: ```\r cd Keeper_backend\r ### ``` Install all the dependencies: ```\r npm install\r ### ``` Add a .env file and add your mongoDB url and json web token password in it```\r # Running the File Locally on System\r ## ```node index.js ```",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnirbanChattopadhyay-2004/Keeper_backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AnirbanChattopadhyay-2004/Keeper_backend/issues"
},
"homepage": "https://github.com/AnirbanChattopadhyay-2004/Keeper_backend#readme"
}