Giter Club home page Giter Club logo

bankproject's Introduction

BankProject

What is available in this project

This project has the goal to demonstrate commons requirements in API's nowadays. I'm current developing the features so this project is not finished yet, but it will have in the future:

Front-end Back-end

Stacks

  1. ASP.NET

  2. Entity Framework

  3. Moq

  4. Angular (In future)

Project structure

Backend

The backend part is simple, I wrote the program in C# using ASP.NET Core, so the way API's where developed was following the industry pattern organization. We have the following structure so far:

Controllers -> Here are all the controllers in the application

DTOs -> Folder that has all the objects that the APIs use to change information between client and server

Migrations -> Common folder created by Entity Framework, in that folder you can check all the DB changes that occurs along the develop stage

Models -> Folder that has all the database tables.

Repositories -> In this folder, I put all the repository (and interfaces correlated to repos). Repository in a abstraction layer to communicate with the database. In this project I'm using Entity Framework

Services -> This folder has all the services (and interfaces correlated). Services are classes that has the responsability to contains all the API logic and business rules.

Prepare your enviroment

The following stacks are required to be installed in your computer to run the project

  1. dotnet 8
  2. NPM 16

Dependencies + DB Setup

To prepare the enviroment is preatty simple, you must run the following commands:

dotnet restore dotnet ef database update

Run project

To run the project simply run the following commands:

  1. dotnet run
  2. npm start

bankproject's People

Contributors

bbeluco avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.