Giter Club home page Giter Club logo

covid19-poc's Introduction

Covid19-POC

This is a POC that I realized to make a project proposal.

Get Started

You can have a live demo available here: https://covid19-bd.azurewebsites.net/#/home

With the code?

  1. Clone the repository
  2. Open the project in VS or VS Code.
  3. Launch it (The first launch can take time as it will download the dependency for Angular (npm install) and then start the front-end)
  4. Enjoy it

Architecture

Code

I like to use Clean-Architecture to do my projects. To explain it simply, the clean-architecture is built by separating the code into 4 layers:

  • Domain (Entities/Objects => Enterprise logic)
  • Application (Business Logic)
  • Infrastructure (Database, Configuration (Entity-Framework),...)
  • Presentation (API, Client => Front-End = Angular in our case)

Image of CleanArchitecture

You can learn more about it at https://www.youtube.com/watch?v=5OtUm1BLmG0 a video of 1 hour that will change your life.

With this architecture you will learn:

Application

3-Tier architecture

Back-End

.Net Core 3.1

Front-End

Angular 9

Database

SQL Server

Final product

You can see a version of the MVP (Minimum Valuable Product) here: https://covidx.azurewebsites.net/

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.