{"id":22729249,"url":"https://github.com/lehiboumt/financepython","last_synced_at":"2025-10-24T17:13:02.517Z","repository":{"id":264987758,"uuid":"894806177","full_name":"LeHibouMT/FinancePython","owner":"LeHibouMT","description":"Python API for finance done with fast API and PostgreSQL, SQLAlchemy as the ORM and Pydantic for schema validation","archived":false,"fork":false,"pushed_at":"2024-11-28T04:39:58.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T02:51:28.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LeHibouMT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-11-27T02:56:59.000Z","updated_at":"2024-11-28T04:40:02.000Z","dependencies_parsed_at":"2024-11-27T14:17:11.197Z","dependency_job_id":null,"html_url":"https://github.com/LeHibouMT/FinancePython","commit_stats":null,"previous_names":["lehiboumt/financepython"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeHibouMT%2FFinancePython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeHibouMT%2FFinancePython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeHibouMT%2FFinancePython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeHibouMT%2FFinancePython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeHibouMT","download_url":"https://codeload.github.com/LeHibouMT/FinancePython/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246262491,"owners_count":20749171,"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":[],"created_at":"2024-12-10T18:09:14.563Z","updated_at":"2025-10-24T17:12:57.482Z","avatar_url":"https://github.com/LeHibouMT.png","language":"Python","readme":"# installation\ninstall Python, version 3.12.6\u003cbr /\u003e\ninstall PostgreSQL 16.4 with PgBouncer, PgAdmin and PgAgent\u003cbr /\u003e\nnavigate to the project folder\u003cbr /\u003e\ncreate VM: python -m venv env\u003cbr /\u003e\nactivate VM: .\\env\\Scripts\\activate\u003cbr /\u003e\ndeactive VM: deactivate\u003cbr /\u003e\ninstall requirements: pip install -r requirements.txt\u003cbr /\u003e\n\n# run and test\nrun the application: uvicorn app.main:app --reload\u003cbr /\u003e\ntest a route with the swagger from fastAPI: http://127.0.0.1:8000/docs\u003cbr /\u003e\nexample on how to use a curl to test a route:\u003cbr /\u003e\n    - for CMD:  curl -X GET \"http://127.0.0.1:8000/items/0\"\u003cbr /\u003e\n    - for powershell: curl.exe -X GET \"http://127.0.0.1:8000/items/0\"\u003cbr /\u003e\n\n# database\nuse PgAdmin to manage the database\u003cbr /\u003e\ncreate a new database: CREATE DATABASE mydatabase;\u003cbr /\u003e\ncreate a new user: CREATE USER myuser WITH PASSWORD 'mypassword';\u003cbr /\u003e\ngrant privileges: GRANT ALL PRIVILEGES ON DATABASE mydatabase TO myuser;\u003cbr /\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flehiboumt%2Ffinancepython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flehiboumt%2Ffinancepython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flehiboumt%2Ffinancepython/lists"}