Note: As we're no longer keeping the Google Cloud project active, the database-related features won't work unless you set up your own database.
To run locally:
-
cd get-it-done-gacha -
npm ci -
cd ../backend -
npm ci -
The tarball should have a .env file in backend with the database credentials.
-
node index.jsYou should see the database credentials, then something like:
-
Visit localhost:8080 in your browser.
Getting errors?
- If it's related to connecting to the database, make sure you're using an IP in one of these ranges: 149.142.0.0/16, 164.67.0.0/16, 128.97.0.0/16, 169.232.0.0/16, 131.179.0.0/16. If you want to connect using a different IP address, let us know, and we can add it manually as an allowed connection.
