{"id":38712147,"url":"https://github.com/brunobog/finance","last_synced_at":"2026-01-17T11:00:45.481Z","repository":{"id":40283236,"uuid":"277640764","full_name":"BrunoBog/Finance","owner":"BrunoBog","description":"Proj to controll my spends ","archived":false,"fork":false,"pushed_at":"2022-11-24T11:36:02.000Z","size":5840,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-03-09T23:52:37.449Z","etag":null,"topics":["backend","finance","netcore","react"],"latest_commit_sha":null,"homepage":"https://brunobog.github.io/Finance/","language":"JavaScript","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/BrunoBog.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}},"created_at":"2020-07-06T20:21:32.000Z","updated_at":"2022-04-04T12:46:58.000Z","dependencies_parsed_at":"2023-01-22T18:00:30.105Z","dependency_job_id":null,"html_url":"https://github.com/BrunoBog/Finance","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/BrunoBog/Finance","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoBog%2FFinance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoBog%2FFinance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoBog%2FFinance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoBog%2FFinance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrunoBog","download_url":"https://codeload.github.com/BrunoBog/Finance/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoBog%2FFinance/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"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":["backend","finance","netcore","react"],"created_at":"2026-01-17T11:00:28.711Z","updated_at":"2026-01-17T11:00:45.447Z","avatar_url":"https://github.com/BrunoBog.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Finance\nProj to controll my spends make with **.net core** and **react**\n\n![FrontDeploy](https://github.com/BrunoBog/Finance/workflows/MasterDeployCI/badge.svg)\n\n# Frontend\nthis site was build with React\n\nrun go to /finance-front and use \n\n``\nyarn start\n``\n\n**Login Screen**\n![LoginScreen](/images/login.png)\n\n\n**Register**\n![LoginScreen](/images/Register.png)\n\n\n# backend\n\nThis API was made in .net core\n\nto run  go to backend and use:\n\n``\ndotnet  run\n``\n\n## **Routes**\n\n**[POST] v1/User/login**\n\nYou can get a JWT token passing in body :\n\n```\n{\n\t\"Email\": \"email@email.com\",\n\t\"Password\": \"Passw0d0B0l4Daum\"\n}\n```\n\n**[GET] v1/Spends/weeksummary**\n\nReturn a summary of spends in actual month by weeks Ex:\n\n```\n{\n    \"title\": \"starting in 01/08/2020 on week 31\",\n    \"summary\": [\n        {\n            \"weekNumber\": 34,\n            \"total\": xxx.xx\n        },\n        {\n            \"weekNumber\": 33,\n            \"total\": xxx.xx\n        },\n        {\n            \"weekNumber\": 32,\n            \"total\": xxxx.xx\n        },\n        {\n            \"weekNumber\": 31,\n            \"total\": xx.xx\n        }\n    ],\n    \"monthTotal\": xxxx.xx\n}\n\n```\n\n**[POST] v1/Spends**\n\nYou can create a new spend on system with this route\n\n```\n{\n    \"Description\": \"I spend a lot of money with one thing there I don't need\",\n    \"Name\": \"My spend\",\n    \"CategoryId\": 0,\n    \"Value\": xxx.xx,\n    \"Date\": \"yyyy-mm-dd\"\n}\n\n```\n\n**[GET] v1/Spends/month?month=M\u0026year=YYYY**\n\nYou can get all spend in a specific month passing month and year on query items.\n\n**[POST] /v1/User/signUp**\n\nAdd a new user to database\n\nbody exemple:\n\n```\n{\n    {\n\t\"Email\": \"email@email.com\",\n\t\"Password\": \"password\",\n    \"Role\": if existss...\n    }\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunobog%2Ffinance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunobog%2Ffinance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunobog%2Ffinance/lists"}