Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 300 Bytes

File metadata and controls

18 lines (13 loc) · 300 Bytes

Node.js Simple api

Running it

# clone the repository
git clone https://github.com/mushdigital20/nodejs-api.git

# change directory to the repository
cd nodejs-api

# install dependencies
npm install

# start the server
npm start 

# open your browser and go to http://localhost:3000