Go to file
leca 4bdc2e2497 deployment instructions 2025-01-29 21:33:54 +03:00
src done 2025-01-29 21:28:17 +03:00
.gitignore done 2025-01-29 21:28:17 +03:00
.prettierrc.json npm init 2025-01-29 11:45:29 +03:00
Dockerfile deployment instructions 2025-01-29 21:33:54 +03:00
LICENSE Initial commit 2025-01-29 11:43:57 +03:00
README.md deployment instructions 2025-01-29 21:33:54 +03:00
db_schema.sql done 2025-01-29 21:28:17 +03:00
docker-compose.yml done 2025-01-29 21:28:17 +03:00
eslint.config.mjs npm init 2025-01-29 11:45:29 +03:00
package-lock.json done 2025-01-29 21:28:17 +03:00
package.json done 2025-01-29 21:28:17 +03:00
sample.env deployment instructions 2025-01-29 21:33:54 +03:00
tsconfig.json done 2025-01-29 21:28:17 +03:00

README.md

Deployment

  1. Copy sample.env to .env.

  2. Adjust it to your needs and enter spreadsheets IDs.

  3. Create file service-account-file.json that will contain data about Google API connection

  4. Run it with docker-compose up --build -d