/SantanderWeb

Continuation from last period's project, now doing a web app using blazor

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Santander

Final Project in Software Eng IIv class. The requirements for this project are the same than it's predecesor (https://github.com/KassabNova/Santander), but I'll probably add more to it.

   - Login:
   - Consulting (Tarjeta de crédito y debito)
            - Transactions by date
            - Balance
            - Account Statements
          
   -  Transfers:
            - Our Bank
            - Other Banks
            - Credit
   -  Pay Bills
            -  SAT (Taxes)
            -  CFE (Electricity)
            -  SIAPA (Water)
   - Purchases
            - Cellphone Balance
   - Credits
            -  Mortgage
            -  Payroll
   - Banks:
            - Show a map with all the banks and ATM in Zapopan

   - All transactions can be done within an account.
Name Assignment
Carlos Kassab André Front End and DB
Luis Cuevas Garcia Developer

Building

You will need Visual Studio 2019 Preview with .NET 3.0 packages, and SQL Server 2016 Express. All the scripts necessary for the database are in the folder SQL Scripts: just execute the Create scripts and the Insert ones so you have the test data.

You should make the necessary adjustments in the WS to the database connection and also the connection from the app to the WS.

  • The web app is pointing to the IP address where we hosted our web service: it should point to your localhost or address hosting the WS.
  • The WS has the user and password hardcoded, you should probably change that to your own DB instance.

Database

I used SQL Server 2016 Express and SQL Server Management Studio 2017.

Web Service

TODO

Application

TODO