GithubHelp home page GithubHelp logo

cardmanagement's Introduction

Card Management

Why?

This is a "real world" example application, written entirely in F#. The goal is to create a best practice for building applications or at least give a reasonable manual to design one.

Summary

It's a very simple bank application.

Here you can

  • Create/Read users
  • Create/Read cards for those users
  • Set daily limits for cards
  • Top up balance
  • Process payments (according to your current balance, daily limit and today's spendings)

Tech

To run this thing you'll need:

  • .NET Core 2.2+
  • Docker
  • Visual Studio 2017+ or VS Code with Ionide plugin or Rider with F# plugin

Database here is MongoDb, hosted in docker container. So you just have to navigate to docker folder and run docker-compose up. That's it.

For web api Giraffe framework is used. You can also play with it using CardManagement.Console project.

Project overview

There are several projects in this solution, in order of referencing:

  • CardManagement.Common. Self explanatory, I guess.
  • CardManagement. This is a business logic project, a core of this application. Domain types, actions and composition root for this layer
  • CardManagement.Data. Data access layer. Contains entities, db interaction functions and composition root for this layer.
  • CardManagement.Infrastructure. In here you'll find a global composition root, logging, app configuration functions.
  • CardManagement.Console/CardManagement.Api. Entry point for using global composition root from infrastructure.

cardmanagement's People

Contributors

atsapura avatar rliman avatar

Stargazers

 avatar

Watchers

 avatar  avatar  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.