-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
28 lines (18 loc) · 830 Bytes
/
notes.txt
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
# dotenv is a package used to hide some secret things in you environment variable.
This is important during deploying or putting the project on Github
# locus is for debugging purposes
# mergeParams: true
this is passed as property in an object in router.
This will allow to get the url mergeParams
# bcz of plugin with passportLocalMongoose it will automatically use passport local stratergy
where username and password is already declared
but you can specify the username and password field
# morgan - package used to log http request on server terminal
# cloudinary allow us to store images in cloud
# multer- package for upload files
# mapbox - for using map in the app
# ejs-mate ->
package for including partials
This works a little bit differently
check github repo of ejs-mate
mongoose-paginate ->