File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
# api-server-node-express
2
2
3
- Modules tech stack
3
+ A node-express api server with Authentication setup
4
4
C068
5
- low level request handling - [ 'HTTP Module']
5
+ ## Modules tech stack
6
+
7
+ Low level request handling - [ 'HTTP Module']
6
8
7
9
Routing,Server logic - [ 'Body Parser','Morgan','Express']
8
10
9
11
Database - [ 'Mongoose','MongoDB']
10
12
11
13
Authentication - [ 'Bcrypt-Node','Passport-JWT','Passport-Local','Passport']
14
+
15
+ Also, vs code debugging enabled.
16
+
17
+ ## How to run
18
+
19
+ ### npm install
20
+ 1. Add your Mongo Db connection string in index.js file.
21
+
22
+ ### npm run dev
23
+
24
+ ## How to debug
25
+
26
+ ### npm run dev
27
+
28
+ 1.Add a break point
29
+ 2.Then select to node process from vs code debug section have --inspect attached to it.
You can’t perform that action at this time.
0 commit comments