Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 790 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 790 Bytes

💙 VK Tastiest 🏆 - most-liked VK posts for group/person

Made for fun and to practice React integration (I'm not frontender but that was interesting).

Installation

  1. Clone the repo.

    $ git clone [email protected]:a-burlakov/vk-tastiest.git
  2. Open "vk-tastiest" directory.

    $ cd vk-tastiest
  3. Create .env-file at /backend/app/ with VKAPI_TOKEN variable. You can use mine, I don't mind:

    $ echo "VKAPI_TOKEN=ed52a625ed52a625ed52a6252eee461ffbeed52ed52a62589c8f057c4ad4cf28e7d8a73" > backend/app/.env
  4. Run docker-compose.

    $ docker-compose up
  5. Go to localhost:80