Skip to content

HarshAditya23/Node.js-API-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marvel Superheroes

Node.js API Integration

Software Required

  1. Node.js
  2. Sublime Editor

Installation

  1. Open command Prompt and run following commands
Win + R
  1. Browse to directory in cmd & install all libraries using npm
npm init
npm install express
npm install nodemon
  1. Now, initialize the server via nodemon
nodemon main.js
  1. Copy http link shown in cmd and paste in the browser
http://127.0.0.1:8080/
  1. Click on the superhero photos to visit the more pages
http://127.0.0.1:8080/ironman
http://127.0.0.1:8080/wolverine

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published