Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 522 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 522 Bytes

furry-winner-backend

Backend app for furry-winner

Create config file named .app-config.json as in example bellow.

{
    "PORT": 9090, // Frontend app configured to use port 9090 to proxy requests to backend
    "API_KEYS": {
        "YAHOO_FIN": "API_KEY for https://rapidapi.com/apidojo/api/yahoo-finance1",
        "SEND_GRID": "API_KEY for https://rapidapi.com/sendgrid/api/sendgrid"
    }
}

run yarn for dependencies install run yarn start to launch.