This project is authored by Masudul Hasan Shawon
# clone the repo
$ git clone https://github.com/shawon3719/RestAPI_Node.js_Express_mySQL_JWTToken.git
# go into app's directory
$ cd my-project
# install app's dependencies
$ npm install# go into app's directory
$ cd my-project
# install app's dependencies
$ npm install# dev server with hot reload at http://localhost:3000
$ npm startNavigate to http://localhost:3000. The app will automatically reload if you change any of the source files.
Access the following API using localhost:3000/api/moduleName/Module.
Masudul Hasan Shawon