An open API service indexing awesome lists of open source software.

https://github.com/kffl/oop-bank


https://github.com/kffl/oop-bank

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# OOP Bank

Uni project for Software Design and Modelling classes written in dotnet core.

## Setup

This project was written in .Net Core 3.1. Run `dotnet restore` in both main and testing projects to install dependencies.

## Running the project

Either run `dotnet run` in OOPBank folder or use VS Code's start without debugging. If using the latter, you will be prompted to specify the project (choose OOPBank, not OOPBank.Tests).

## Running tests

Open OOPBank.Tests folder and run `dotnet test`. Alternatively, use a VS Code task that was configured: Open command pallette (Ctrl+Shift+P) and serch for `Tasks: run test task`.