Code Monkey home page Code Monkey logo

sqlitedemo's Introduction

SqliteDemo

This is used as an demo for showing how to use sqlite for .net 5 solution with webapi and blazor. This is intended to showcase my skills on basic setup.

WebApi

This is an .net 5 webapi or known as backend. This is the only place where dept web api comes from. People can use different api to apply within the controller, but for this case I am just using entity framework core to do talking with sqlite.

WebApp

This is blazor in .net 5. This is the UI or the frontend of the website. This is also an PWA, so it can be used for mobile devices or desktop offline installation.

Library

Both project shared the same library. Why? Because the library contains models and DAL (data access layer). Webapp only need to know models and WebAPI need to know models and DAL. To make it easier for maintaining, that is the primary reason to why both are shared the same library.

Remember this project do not always reflected my skills, since this is meant for an basic setup and not advanced setup. But it do show how I will approach an challenge and how I will do my setup. The whole setup took me 1 hour (plus 20-30 mins debugging). I think I could do less time, so I could speedrun the basic setup if I want to.

sqlitedemo's People

Contributors

djinnet avatar

Watchers

 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.