/MiniWallet

Example MiniWallet Project with DDD

Primary LanguageC#

Mini Wallet

Used Library and Technologies

  • MediaTR for CQRS
  • Domain Driven Design
  • SQL Server
  • EF Core for ORM
  • Swagger
  • .Net Core 7.0

Folder Structure

Database and Tables

  • Tables

  • WalletTransactions

API Endpoints

You can also see that Swagger Screenshot below.

Requirements For Running The Project

  • You have to change your Connection String in appsettings.Development.json file

  • You have to write a command line as below for create database.
 update-database