{"id":26368522,"url":"https://github.com/fer-bar/bookmarker-api","last_synced_at":"2026-05-17T20:12:39.153Z","repository":{"id":88313193,"uuid":"466286985","full_name":"Fer-Bar/Bookmarker-API","owner":"Fer-Bar","description":"This is an RestApi built with Flask and Flask-RESTful","archived":false,"fork":false,"pushed_at":"2022-07-13T04:18:36.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T22:42:09.388Z","etag":null,"topics":["flask","python","rest-api","swagger"],"latest_commit_sha":null,"homepage":"https://bookmarker--api.herokuapp.com/","language":"Python","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/Fer-Bar.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-04T22:24:57.000Z","updated_at":"2022-07-13T04:14:39.000Z","dependencies_parsed_at":"2023-03-12T08:45:20.818Z","dependency_job_id":null,"html_url":"https://github.com/Fer-Bar/Bookmarker-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fer-Bar/Bookmarker-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fer-Bar%2FBookmarker-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fer-Bar%2FBookmarker-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fer-Bar%2FBookmarker-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fer-Bar%2FBookmarker-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fer-Bar","download_url":"https://codeload.github.com/Fer-Bar/Bookmarker-API/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fer-Bar%2FBookmarker-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33153666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["flask","python","rest-api","swagger"],"created_at":"2025-03-16T22:40:09.620Z","updated_at":"2026-05-17T20:12:39.148Z","avatar_url":"https://github.com/Fer-Bar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📎Bookmarker-API \n\u003e This is an RestApi built with Flask and Flask-RESTful.\n\u003e\n\u003e\n\u003e ![bookmark](https://user-images.githubusercontent.com/90936639/178648901-07cab9f2-4391-4b2b-8ea8-f22f1fc259e2.png)\n\n# 👨‍💻Installation\n## 📄Pre-Requirements\n- Python Installed (Recommended version 3.8 or above)\n- Pip Package Manager (pip)\n## ⚙️How to use it?\n1. Download this repository with git clone or by clicking the download as archive on this page\n\n    ```\n    git clone https://github.com/Fer-Bar/selenium-bot-python.git\n    ```\n    Go to the project directory.\n    ```\n    cd bookmarksrestapi\n    ```\n    \n2. Create a virtual environment:\n    ### 🪟Windows:\n   \n    ```\n    py -m venv venv\n    ```\n    Once created you can activate it.\n    ```\n    venv\\Scripts\\activate.bat\n    ```\n    ### 🐧Unix or MacOS:\n    \n    ```\n    pip install virtualenv\n    virtualenv venv\n    ```\n    Once created you can activate it.\n    ```\n    source venv/bin/activate\n    ``` \n3. Install dependencies with `pip install -r requirements.txt`. Make sure everything is installed properly with `pip freeze`.\n\n4. The last step is run the [main.py](main.py) file, if you want you can change the host and the port. For example:\n    ```\n    app.run(host='localhost', port=9000, debug=True)\n    ``` \n## 🧪 Tests\n- To run tests, run the following command:\n\n    ```\n    python -m pytest -v\n    ``` \n## 🔃Migrations\n- To run the migrations, just run the following commands:\n\n    This command adds a `migrations` directory in the root of your project. This is a directory where all the migration scripts are going to be stored.\n    \n    ```\n    flask db init\n    ```\n    The next step in the process is to create an initial migration, using the `migrate` command:\n    \n    ```\n    flask db migrate -m \"Initial migration.\"\n    ```\n    Then you can apply the migration to the database:\n    \n    ```\n    flask db migrate -m \"Initial migration.\"\n    ```\n## 😎 Author\n\n👤 **Fernando Barrientos**\n\n\u003c!---* Website: xadec\n--\u003e\n* Website: [fer-bar.github.io](https://fer-bar.github.io/Portfolio/)\n* Github: [Fer-Bar](https://github.com/Fer-Bar)\n* LinkedIn: [Fernando Barrientos](#)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffer-bar%2Fbookmarker-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffer-bar%2Fbookmarker-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffer-bar%2Fbookmarker-api/lists"}