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

kusyka911/furry-winner-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published