{"id":27097546,"url":"https://github.com/geffrerson7/projects-api","last_synced_at":"2026-04-30T11:37:58.995Z","repository":{"id":167072655,"uuid":"642589370","full_name":"Geffrerson7/PROJECTS-API","owner":"Geffrerson7","description":"It is an API for creating personal portfolio projects.","archived":false,"fork":false,"pushed_at":"2024-01-17T23:41:32.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-19T14:52:36.806Z","etag":null,"topics":["docker","flask","flask-cors","flask-smorest","flask-sqlalchemy","mysql","python","swagger"],"latest_commit_sha":null,"homepage":"","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/Geffrerson7.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":"2023-05-18T23:17:42.000Z","updated_at":"2023-06-01T04:33:52.000Z","dependencies_parsed_at":"2025-04-06T10:58:24.521Z","dependency_job_id":null,"html_url":"https://github.com/Geffrerson7/PROJECTS-API","commit_stats":null,"previous_names":["geffrerson7/flask-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Geffrerson7/PROJECTS-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FPROJECTS-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FPROJECTS-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FPROJECTS-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FPROJECTS-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Geffrerson7","download_url":"https://codeload.github.com/Geffrerson7/PROJECTS-API/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FPROJECTS-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32463892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","flask","flask-cors","flask-smorest","flask-sqlalchemy","mysql","python","swagger"],"created_at":"2025-04-06T10:48:17.234Z","updated_at":"2026-04-30T11:37:53.987Z","avatar_url":"https://github.com/Geffrerson7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PROJECTS-API\n\n## Description\n\nIt is an API for creating personal portfolio projects.\n\n## Local Installation\n\nFirst clone the repository from Github and switch to the new directory:\n```bash\n  $ clone git https://github.com/Geffrerson7/PROJECTS-API.git\n```\n\n```bash\n  $ cd PROJECTS-API\n```\n\nActivate the virtualenv for your project.\n\n```sh\n$ virtualenv venv\n# windows\n$ source venv/Scripts/activate\n# Linux\n$ source venv/bin/activate\n```\n\nInstall project dependencies:\n```sh\n(env)$ pip install -r requirements.txt\n```\n\nCreate the following environment variables in the .env file\n\n`FLASK_APP`\n\n`FLASK_DEBUG`\n\n`FLASK_ENV`\n\n`SECRET_KEY`\n\n`SQLALCHEMY_DATABASE_URI`\n\nExecute the migrations:\n\n```sh\n(env)$ flask db init\n```\n\n```sh\n(env)$ flask db migrate\n```\n\n```sh\n(env)$ flask db upgrade\n```\n\nYou can now run the development server:\n```sh\n(env)$ flask run\n```\n\nAnd navigate to\n```sh\nhttp://127.0.0.1:5000/\n```\n\n## Project installation in Docker\n\nClone the repository\n\n```bash\n$ git clone https://github.com/Geffrerson7/PROJECTS-API.git\n```\n\nGo to the project directory.\n\n```bash\n$ cd PROJECTS-API\n```\n\nRun the command\n```sh\n$ docker-compose up\n```\n\nAnd navigate to the route\n```sh\nhttp://127.0.0.1:5000/\n```\n\n## Technologies and programming languages \n\n* **Python** (v. 3.11.2) [Source](https://www.python.org/)\n* **Flask** (v. 2.3.2)  [Source](https://flask.palletsprojects.com/en/2.2.x/)\n* **Flask-SQLAlchemy** (v. 3.0.3) [Source](https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/quickstart/)\n* **Flask-Cors** (v. 3.0.10) [Source](https://flask-cors.readthedocs.io/en/latest/)\n* **flask-marshmallow** (v. 0.15.0) [Source](https://flask-marshmallow.readthedocs.io/en/latest/)\n* **python-dotenv** (v. 1.0.0) [Source](https://pypi.org/project/python-dotenv/)\n* **PyJWT** [Source](https://pyjwt.readthedocs.io/en/latest/)\n* **flask-smorest** (v. 0.42.0) [Source](https://flask-smorest.readthedocs.io/en/latest/)\n* **bcrypt** (v. 4.0.1) [Source](https://pypi.org/project/bcrypt/)\n\n## API documentation\n\n[Postman documentation link](https://documenter.getpostman.com/view/24256278/2s93m1aPui)\n\n## Author\n\n- [Gefferson Max Casasola Huamancusi](https://www.github.com/Geffrerson7)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeffrerson7%2Fprojects-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeffrerson7%2Fprojects-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeffrerson7%2Fprojects-api/lists"}