Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 861 Bytes

File metadata and controls

47 lines (30 loc) · 861 Bytes

RestAPI with Node.js

Author

This project is authored by Masudul Hasan Shawon

Installation

Clone repo

# 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

Install NPM to get Node Modules

# go into app's directory
$ cd my-project

# install app's dependencies
$ npm install

Basic usage

# dev server with hot reload at http://localhost:3000
$ npm start

Navigate 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.

Creator

Masudul Hasan Shawon