App to search comics and heroes of the marvel universe. Uses the Official Marvel API https://developer.marvel.com/
You can see the site live here https://marvel.andrescode.com/
- Install dependencies with
npm i - Set the environment variables of the
.env.examplein a.envfile. - Run
npm run envsor directlynpm startto generate the environments folder - Run
npm startorng serveto run the local server in dev environment.
API_URLIs the base url of the MARVEL API. You can get it in the Marvel API docsAPI_KEYIs a key generated by the Marvel API docs. You can create your own creating an account in the Marvel API docs https://developer.marvel.com/account



