mythLabs / api-server-node-express

Api server with jwt authenticated routes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api-server-node-express

A node-express api server with Authentication setup

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. 

About

Api server with jwt authenticated routes


Languages

Language:JavaScript 100.0%