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