Skip to content

nodatall/woostats

Repository files navigation

Unofficial community site for WOO

Run locally

.env file

Make a file called .env in the root directory. The contents of the file should be:

DATABASE_URL=postgresql://localhost/woostats
PORT=1337
NODE_ENV=development
COINGECKO_API_KEY=<get from coingecko.com>
NOMICS_API_KEY=<get from nomics.com>
ETHERSCAN_API_KEY=<get from etherscan.com>
DEBANK_API_KEY=<open.debank.com>
TWILIO_ACCOUNT_SID=<twilio.com>
TWILIO_AUTH_TOKEN=<twilio.com>

Database

You must have postgresql installed and running. On Mac:

brew install postgresql
brew start postgresql

Set up the database with:

./scripts/db-setup

Start server

npm run start:dev

Use a browser to navigate to http://localhost:1337/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages