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.
You will need to have installed Node.js on your computer.
- Clone this repository onto your computer:
git clone https://github.com/kparmar09/HeroVerse-Website.git
- From the command line, navigate into the project folder, then run this command to install the necessary packages and dependencies:
npm install
- 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.