-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCMD.txt
More file actions
40 lines (40 loc) 路 2.14 KB
/
Copy pathCMD.txt
File metadata and controls
40 lines (40 loc) 路 2.14 KB
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
37
38
39
40
npm install express dotenv
************************************************************************************
set NODE_ENV=production && node server
************************************************************************************
npm run dev
************************************************************************************
npm start
************************************************************************************
npm install morgan
************************************************************************************
npm install mongoose
************************************************************************************
npm install colors
************************************************************************************
npm install slugify
************************************************************************************
https://developer.mapquest.com/
************************************************************************************
npm install node-geocoder
************************************************************************************
npm i express-fileupload
************************************************************************************
npm i jsonwebtoken bcryptjs
************************************************************************************
npm i cookie-parser
************************************************************************************
npm install nodemailer
************************************************************************************
npm install express-mongo-sanitize
************************************************************************************
npm install helmet --save
************************************************************************************
npm install xss-clean --save
************************************************************************************
npm install --save express-rate-limit
************************************************************************************
npm install hpp --save
************************************************************************************
npm install cors
************************************************************************************