Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 801 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 801 Bytes

comic-program

The API consumed in this application comes from the Comic Vine API and displays its information.

To run the application it is necessary to create the appropriate .env files containing in the case:

  • comicprogram: the API_KEY that can be obtained by registering at https://comicvine.gamespot.com/api/.

  • comicserver: the API_KEY and PORT, the port used (must be different from that of the program).

To run the programs on command line the first thing to do is to install npm i or npm install.

  • comicserver -> node server.js
  • comicprogram -> npm start

image

image