Skip to content

Stringer90/BankWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Currently, this is an ASP.NET Core Web API for a banking web application. It uses an SQLite database with ADO.NET connectivity.

This was originally a group project in a university course, where I did most of the API code. This is code that I did, before any changes made by other group members. I can demonstrate our group's project during an interview, if needed.

I won't be able to work on this project any time soon, as I want to focus on university classes.

To-Do

  • Manual Testing
  • Documentation
  • Unit Tests
  • Front-End?

Functionality

The API has the following controllers with the following functions:

User Controller

  • Create a user
  • Get a user
  • Update a user's information
  • Delete a user
  • Check if login credentials match a user

Account Controller

  • Create an account
  • Get an account
  • Update an account's balance
  • Delete an account
  • Withdraw from an account
  • Deposit into an account
  • Get the account's of a user

Transaction Controller

  • Create a transaction
  • Get the transaction of an account
  • Get all transactions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages