Skip to content

This program is a challenge to consume a REST API, it consists of a client application that makes a call to the server that has an instance that calls the API.

Notifications You must be signed in to change notification settings

Raicelys21/comic-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This program is a challenge to consume a REST API, it consists of a client application that makes a call to the server that has an instance that calls the API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published