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

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mythLabs committed Dec 8, 2018
2 parents a86e5d2 + c14de8f commit 4f48e08
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
# api-server-node-express

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

low level request handling - ['HTTP Module']
## Modules tech stack

Low level request handling - ['HTTP Module']

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

Database - ['Mongoose','MongoDB']

Authentication - ['Bcrypt-Node','Passport-JWT','Passport-Local','Passport']

Also, vs code debugging enabled.

## How to run

### npm install
1. Add your Mongo Db connection string in index.js file.

### npm run dev

## How to debug

### npm run dev

1.Add a break point
2.Then select to node process from vs code debug section have --inspect attached to it.

0 comments on commit 4f48e08

Please sign in to comment.
0