GithubHelp home page GithubHelp logo

andromedasmart / asp-web-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lipa44/asp-web-api

0.0 0.0 0.0 725 KB

Multi-layer Web API using ASP.NET Core 6 && EF Core 6 with Azure deployment and SQLite db.

Home Page: https://lipa-reports.azurewebsites.net

C# 99.42% Dockerfile 0.58%

asp-web-api's Introduction

ASP-Web-API-multi-layer

Run the app

dotnet WebApi/bin/Debug/net6.0/WebApi.dll

or with docker

docker build -t web-api . 
docker run -d -p 8000:4444 web-api

About

Architecrure: Classical Multilayer Architecture

Stack:

ASP.NET EF Core AutoMapper LINQ SQLite Swagger Azure

Domain design

  • We have teams, where employes are doing different tasks.
  • Every team have a team lead and every task is contained in sprint (time span in which employees have tasks to complete).
  • Team lead have to generate report after each sprint where all employee's task changes during current sprint will be.

Layers

  • Domain layer

    • Rich Domain Model
  • Data access layer

    • EF Core 6
    • SQLite
    • Transactions
  • Services layer

    • Async/Await
    • LINQ
  • WebApi layer

    • AutoMapper
    • MiddleWares (i.e. Caching && Simple Authorization)
    • Swagger

Other features:

  • Application is hosted on Azure server
  • Beautiful documentation in README.md :)

Try out my application here

asp-web-api's People

Contributors

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