Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 405 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 405 Bytes

Node Express App to demonstare end points of User Authentication with JWT, Mocha + Chai Test Framework of NodeJS

User Registration API exposing as end points- Nodejs (Testing using Mocha and Chai - Node testing Framework)

Steps to run the project
Run the app

npm install

Then Start the app on default port, here it is 3300

npm start

Run test

npm test