8000 Merge branch 'master' of https://github.com/mythLabs/api-server-node-… · mythLabs/api-server-node-express@4f48e08 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f48e08

Browse files
committed
2 parents a86e5d2 + c14de8f commit 4f48e08

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
# api-server-node-express
22

3-
Modules tech stack
3+
A node-express api server with Authentication setup
44

C068
5-
low level request handling - ['HTTP Module']
5+
## Modules tech stack
6+
7+
Low level request handling - ['HTTP Module']
68

79
Routing,Server logic - ['Body Parser','Morgan','Express']
810

911
Database - ['Mongoose','MongoDB']
1012

1113
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.

0 commit comments

Comments
 (0)
0