-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/mythLabs/api-server-node-…
- Loading branch information
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |