@@ -37,17 +37,17 @@ This section will walk you through how you can get started with the project.
37
37
├── <strong >client</strong >
38
38
|
39
39
├── <strong >server</strong >
40
- | ├── <strong >Controllers </strong >
40
+ | ├── <strong >controllers </strong >
41
41
| │ ├── <strong >authController.js</strong >
42
42
| │ ├── <strong >chatController.js</strong >
43
43
| │ └── <strong >commentController.js</strong >
44
44
| │ └── <strong >errorController.js</strong >
45
45
| │ └── <strong >handlerFactory.js</strong >
46
46
| │ └── <strong >messageController.js</strong >
47
- | │ └── <strong >postControllers .js</strong >
48
- | │ └── <strong >userControllers .js</strong >
47
+ | │ └── <strong >postcontrollers .js</strong >
48
+ | │ └── <strong >usercontrollers .js</strong >
49
49
| │
50
- | ├── <strong >Models </strong >
50
+ | ├── <strong >models </strong >
51
51
| │ ├── <strong >chatModel.js</strong >
52
52
| │ ├── <strong >commentModel.js</strong >
53
53
| │ └── <strong >contractModel.js</strong >
@@ -63,14 +63,14 @@ This section will walk you through how you can get started with the project.
63
63
| │ └── <strong >postRoutes.js</strong >
64
64
| │ └── <strong >userRoutes.js</strong >
65
65
| |
66
- | ├── <strong >Utils </strong >
66
+ | ├── <strong >utils </strong >
67
67
| │ ├── <strong >apiFeatures.js</strong >
68
68
| │ ├── <strong >appError.js</strong >
69
69
| │ └── <strong >catchAsync.js</strong >
70
70
| │ └── <strong >email.js</strong >
71
71
| │ └── <strong >exludedFields.js</strong >
72
72
| |
73
- | ├── <strong >Views </strong >
73
+ | ├── <strong >views </strong >
74
74
| │ ├── <strong >_style.pug</strong >
75
75
| │ ├── <strong >baseEmail.pug</strong >
76
76
| │ └── <strong >passwordReset.pug</strong >
@@ -104,11 +104,11 @@ If you dont have [MongoDB]() you use [MongoDB Atls]()
104
104
105
105
106
106
server
107
- └──- Controllers
108
- - Models
107
+ └──- controllers
108
+ - models
109
109
- Routes
110
- - Utils
111
- - Views
110
+ - utils
111
+ - views
112
112
- .env <-- create it here
113
113
- .gitignore
114
114
- app.js
0 commit comments