{"id":22432501,"url":"https://github.com/normalhuman01/bank_rest_api_bank-main","last_synced_at":"2025-03-27T07:42:25.838Z","repository":{"id":211825909,"uuid":"730034275","full_name":"normalhuman01/bank_rest_api_bank-main","owner":"normalhuman01","description":"ASP.NET Core 6 Restful API for a bank","archived":false,"fork":false,"pushed_at":"2023-12-11T03:58:07.000Z","size":4552,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T12:45:41.447Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/normalhuman01.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}},"created_at":"2023-12-11T03:56:12.000Z","updated_at":"2024-03-13T10:32:11.000Z","dependencies_parsed_at":"2023-12-11T07:12:58.180Z","dependency_job_id":null,"html_url":"https://github.com/normalhuman01/bank_rest_api_bank-main","commit_stats":null,"previous_names":["compostapuerta-cl/bank_rest_api_bank-main","normalhuman01/bank_rest_api_bank-main"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fbank_rest_api_bank-main","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fbank_rest_api_bank-main/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fbank_rest_api_bank-main/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fbank_rest_api_bank-main/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/normalhuman01","download_url":"https://codeload.github.com/normalhuman01/bank_rest_api_bank-main/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245806018,"owners_count":20675291,"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-05T22:11:57.534Z","updated_at":"2025-03-27T07:42:25.810Z","avatar_url":"https://github.com/normalhuman01.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## BankRestAPI\n\nEsta es una API REST básica para realizar transferencias bancarias. Se ha desarrollado utilizando ASP.NET Core y Entity Framework Core. \nLa API tiene la capacidad de recibir solicitudes HTTP con datos de entidades y guardarlas en una base de datos.\n\n## Requerimientos\n\n- Visual Studio 2019 o superior.\n- NET Core 6.0 o superior.\n- PostgreSQL\n\n## Instrucciones de uso\n\n- Descargar o clonar el repositorio.\n```bash\n    git clone https://github.com/JuanMendozaOS/BankRestAPI.git\n```\n- Abrir el proyecto en Visual Studio.\n- En el archivo appsettings.json, modificar la cadena de conexión  con los datos de su servidor de base de datos.\n\n```json\n    \"ConnectionStrings\": {\n        \"BankAPIConnectionString\": \"Host=\u003chostname\u003e; Database=\u003cname\u003e; Username=\u003cusername\u003e; Password=\u003cpassword\u003e\"\n    }\n```\n- Abrir el Package Manager Console (**Tools** \u003e **NuGet Package Manager** \u003e **Package Manager Console**) y ejecutar el siguiente comando: \n```bash\n    Update-Database\n```\n- Ejecutar el proyecto\n```bash\n    dotnet run\n```\n\n- Visitar https://localhost:[puerto]/swagger/index.html para conocer los endpoints y sus requerimientos para realizar las peticiones.\n\n## Estructura del proyecto\n\n```markdown\n├───BankRestAPI\n│   ├───Controllers\n│   ├───Data\n│   ├───Migrations\n│   ├───DTOs\n│   ├───Models\n│   ├───Services\n\n```\n## Screenshots\n\u003cimg src=\"https://github.com/JuanMendozaOS/BankRestAPI/blob/main/Screenshots/CreateAccount.png\" width=\"512\"\u003e\n\n\u003cimg src=\"https://github.com/JuanMendozaOS/BankRestAPI/blob/main/Screenshots/CreateTransfer.png\" width=\"512\"\u003e\n\n\u003cimg src=\"https://github.com/JuanMendozaOS/BankRestAPI/blob/main/Screenshots/GetAccountByNumber.png\" width=\"512\"\u003e\n\n\n## Autores\n\n- [@JuanMendozaOS](https://www.github.com/JuanMendozaOS)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormalhuman01%2Fbank_rest_api_bank-main","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnormalhuman01%2Fbank_rest_api_bank-main","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormalhuman01%2Fbank_rest_api_bank-main/lists"}