Skip to content

vitor-msp/simple-bank-api

Repository files navigation

Simple Bank API

API that simulates a simple bank developed in .NET

API Swagger screenshot

The frontend be available in this repository

Execution

  1. Clone this repository
git clone https://github.com/vitor-msp/simple-bank-api.git
  1. Access the downloaded folder
cd simple-bank-api
  1. Restore the .NET dependencies
dotnet restore
  1. Run migrations
dotnet ef database update --project SimpleBankApi.Repository --connection "DataSource=../bank.db"
  1. Run API
dotnet run --project SimpleBankApi.Api
  1. Access Swager URL

Notes

  1. The port 5000 in your machine must be free