Skip to content
/ rest-api Public

Example Of Web API With Express.js and Node.js

Notifications You must be signed in to change notification settings

ofvv/rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest-API

Example of Rest API With Express.js and Node.js

Packages:

"dependencies": {

"axios": "^0.21.1",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.6",
"express": "^4.17.1",
"figlet": "^1.5.0",
"moment": "^2.29.1",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"path": "^0.12.7"

}

Required:

Node.js

Any Kind of a Browser

How To Start:

Open Your CMD/Powershell And Type:

  1. npm i/npm install
  2. node .

You Can Also Type:

  1. npm run int
  2. npm run start

Now Open Your Browser And Go To The Url Provided By The Console!

Run on Repl.it

About

Example Of Web API With Express.js and Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages