Skip to content

This repository hosts the code for the HeroVerse web application, which utilizes the SuperHeroes API. HeroVerse allows users to explore detailed information about all kinds of superheroes.

Notifications You must be signed in to change notification settings

kparmar09/HeroVerse-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HeroVerse-Website

A simple website where you can get detailed information about your favourite superheroes by entering their name.
Uses the SuperHero API. You can either view the website on HeroVerse.com or if the link doesn't respond then you can clone this repo and start the server locally.

Server Setup

Prerequisites

You will need to have installed Node.js on your computer.

Instructions

  1. Clone this repository onto your computer:
git clone https://github.com/kparmar09/HeroVerse-Website.git
  1. From the command line, navigate into the project folder, then run this command to install the necessary packages and dependencies:
npm install
  1. Start the server by running the last command:
node index.js

Once the server is running, it can be accessed at the address http://localhost:3000/

The server can be stopped using Ctrl+C.

About

This repository hosts the code for the HeroVerse web application, which utilizes the SuperHeroes API. HeroVerse allows users to explore detailed information about all kinds of superheroes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published