https://github.com/kffl/oop-bank
https://github.com/kffl/oop-bank
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kffl/oop-bank
- Owner: kffl
- Created: 2020-04-11T11:03:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T12:38:33.000Z (about 6 years ago)
- Last Synced: 2025-01-29T04:16:15.209Z (over 1 year ago)
- Language: C#
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.