-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 2.19 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
35
36
{
"name": "hackfinity",
"version": "1.0.0",
"description": "---\r ### Team Members : \r * [*Neha Goyal*](https://github.com/nehagoyal2607)\r * [*Ritvik Chawal*](https://github.com/ritvik98349)\r * [*Prashubh Atri*](https://github.com/PrashubhAtri)\r * [*Rishabh Kumar*](https://github.com/Rishabh2406)\r ---\r ### [***Proposal***](https://github.com/PrashubhAtri/HackFinity/tree/master/Idea)\r ### [***Deployment***]()\r ### [***Code***](https://github.com/PrashubhAtri/HackFinity)\r ---\r ### Requirements :\r * NodeJS : **v12.16.3**\r * npm : **v6.14.4**\r * MongoDB or an online Cluster on MongoDB\r ---\r ## How to run on Local System\r 1. Clone the repo.\r 2. run the command to install all the dependencies required\r ```\r npm i\r ```\r 3. Create a MonogDB Cluster and Paste its connection link into the ClusterURI variable in the [*config/default.json*](https://github.com/PrashubhAtri/HackFinity/blob/master/config/default.json) file.\r ###### Note : The default value will create a cluster itself but it requires mongoDB to be installed in the system prior to it.\r 4. Edit the values of Various other parameters in the [*config/default.json*]() according to yourself.\r 5. Now run the command to start the server\r ```\r node server\r ```\r 6. The App Shall now be running on [PORT = 3000(default)](http://localhost:300)\r ---",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "PrashubhAtri",
"license": "MIT",
"dependencies": {
"axios": "^0.20.0",
"body-parser": "^1.19.0",
"config": "^3.3.2",
"connect-flash": "^0.1.1",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.6.1",
"method-override": "^3.0.0",
"mongoose": "^5.10.7",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/PrashubhAtri/HackFinity.git"
},
"bugs": {
"url": "https://github.com/PrashubhAtri/HackFinity/issues"
},
"homepage": "https://github.com/PrashubhAtri/HackFinity#readme"
}