Giter Club home page Giter Club logo

module-plus-template's Introduction

Important

This repository is based on the original ASP.NET Core MVC / Angular startup template here.

Introduction

This is a template to create ASP.NET Core MVC / Angular based startup projects for ASP.NET Boilerplate.

User Interface is based on AdminLTE theme.

Features

Ready to use entity models

  1. Basic accounting transactions
  2. Invoices and invoice items
  3. Payments
  4. Countries
  5. State provinces
  6. Cities
  7. Addresses

Notes on entities

In order to make the entities simpler, I have had some assumptions regarding entities.

  1. There is no Foreign Key implemented in entities. Though there are referencing Id columns in related entities as needed.
  2. Entity Id in all entities are Guid

Ready to use application services

There is already implemented simple AsyncCrudApplicationService for each of the entities above. As following:

  1. TransactionsAppService
  2. InvoicesAppService
  3. InvoiceItemsAppService
  4. CountriesAppService
  5. AddressesAppService
  6. CitiesAppService
  7. CountriesAppService
  8. StateProvincesAppService
  9. PaymentsAppService 10.FaqsAppService

You can learn about application services here

Store logs in database

In the log4net configuration, I have added and AdoNetAppender which adds logs to a table named MpLogs. There is also an application service implemented to query the MpLogs table.

Application services for already existing stuff

  1. Application service for query the logs (LogsAppService)
  2. Application service for query audit logs (AuditLogsAppService)

Basic user interface for all existing entity models

  1. Application logs
  2. Cities
  3. Countries
  4. StateProvinces
  5. Faqs
  6. ...

License

MIT.

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.