You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make it work locally get comics-api repository. Some tweaking is needed.
Change herokuAPI data variable to your personal local/live uri.
Live ver. - https://comics-web-app.herokuapp.com
--Create .env file yourself. It should contain:
--Both Private and Public keys must be accquired at - https://developer.marvel.com/documentation/getting_started
--Heroku part is optional - it is being used for the continues integration through github actions (ci/cd)
privateKey =
publicKey =
HEROKU_API_KEY =
HEROKU_APP_NAME =
API_PORT = 4000