Made for fun and to practice React integration (I'm not frontender but that was interesting).
-
Clone the repo.
$ git clone [email protected]:a-burlakov/vk-tastiest.git
-
Open "vk-tastiest" directory.
$ cd vk-tastiest
-
Create .env-file at
/backend/app/
withVKAPI_TOKEN
variable. You can use mine, I don't mind:$ echo "VKAPI_TOKEN=ed52a625ed52a625ed52a6252eee461ffbeed52ed52a62589c8f057c4ad4cf28e7d8a73" > backend/app/.env
-
Run docker-compose.
$ docker-compose up
-
Go to localhost:80