This application parses Google Sheet. Creds for Google Sheet API are already exists in repository
Clone repository to your machine
git clone https://github.com/slaveeks/test-task
cd test-task
You need to configure app
- To configure postgreSQL database you need to rename
./.env.samplefile to.envand set your values - To configure service you need to rename
./service/.env.samplefile to.envand set your values, also you need to get telegram bot token from @BotFather - To configure api you need to rename
./api/.env.samplefile to.envand set your values
Before you run, you need to send some message to your bot to get notifications
You need to have a Docker to run app
Firstly, you need to build app:
docker-compose build
Secondly, you need to run it:
docker-compose up
Then you can see app on http://localhost:3000/