Tool for download photo from vk converstaions
Installing:
- Download app
git clone https://github.com/tochk/ottepel.git- Build backend (served on localhost:4100) Required go 1.8 or higher
$ cd server
$ go get github.com/yanple/vk_api- Run backend:
$ go run main.go- Setup frontend (served on localhost:4200) Required node.js 7.4.0 with npm 4.0.5 or higher
$ cd client
$ npm install -g @angular/cli
$ npm install- Change
"target": "http://deploy-12.sgu.ru:4100",
line in client/proxy.conf.json on
"target": "http://localhost:4100",
- Change
SERVER: "http://deploy-12.sgu.ru:4100",
line in client/src/app/constants/urls.ts on
SERVER: "http://localhost:4100",
- Run frontend:
$ npm run serve- Open http://localhost:4200 in your browser