{"id":21124908,"url":"https://github.com/pararell/flask-vue-books","last_synced_at":"2026-05-06T02:39:54.711Z","repository":{"id":43548858,"uuid":"203736575","full_name":"pararell/flask-vue-books","owner":"pararell","description":"My private library with flask and vue and goodreads api (login: test, password: test)","archived":false,"fork":false,"pushed_at":"2023-01-04T12:56:11.000Z","size":3789,"stargazers_count":1,"open_issues_count":29,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T05:27:18.457Z","etag":null,"topics":["books","bookshelf","docker","flask","flask-backend","flask-sqlalchemy","goodreads","goodreads-api","mysql","vue","vuetify","vuex"],"latest_commit_sha":null,"homepage":"http://privatelibrary.eu","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pararell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-22T07:16:07.000Z","updated_at":"2020-04-09T13:11:20.000Z","dependencies_parsed_at":"2023-02-02T13:00:32.788Z","dependency_job_id":null,"html_url":"https://github.com/pararell/flask-vue-books","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pararell%2Fflask-vue-books","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pararell%2Fflask-vue-books/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pararell%2Fflask-vue-books/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pararell%2Fflask-vue-books/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pararell","download_url":"https://codeload.github.com/pararell/flask-vue-books/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243567489,"owners_count":20312050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["books","bookshelf","docker","flask","flask-backend","flask-sqlalchemy","goodreads","goodreads-api","mysql","vue","vuetify","vuex"],"created_at":"2024-11-20T04:18:31.537Z","updated_at":"2026-05-06T02:39:54.679Z","avatar_url":"https://github.com/pararell.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Private Library\n\nBooks from your own library at one place - using goodreads api\n(https://www.goodreads.com/api)\n\n## Technology stack\n\nFlask - BE, Vue - FE, MySQL - Database, Goodreads API, Docker, Heroku\n\n### FLASK - local\n\nSet enviroment ./server/app/main in .env - using in config.py\nImportant\n    - set DATABASE_URL   - MySQL Database connection\n    - set GOODREADS_KEY  - to use goodreads api\n    - set JWT_SECRET_KEY - random string\n\n```\npython manage.py create_db\npython manage.py runserver\n```\n\n### VUE - local\n\nUsing Vue CLI\n\nSet eniroment ./client in .env - VUE_APP_API_URL = 'http://localhost:5000'\n\n```\nnpm run serve\n```\n\n\n### Docker\n\nSet eniroment ./client in .env - VUE_APP_API_URL = ''\n\n```\ndocker build -t web:latest\ndocker run -d name flask-vue-books -e \"PORT=8765\" -p 8001:8765 web:latest\n\n(app on localhost:8001)\n\nStop and remove container -\n\ndocker stop flask-vue-books\ndocker rm flask-vue-books\n\ncheck files\ndocker exec flask-vue-books ls\n\n\ndocker build -t registry.heroku.com/my-private-library/web .\ndocker push registry.heroku.com/my-private-library/web\nheroku container:release --app my-private-library web\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpararell%2Fflask-vue-books","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpararell%2Fflask-vue-books","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpararell%2Fflask-vue-books/lists"}