Coder Social home page Coder Social logo

atcdemo's Introduction

ATC Demo

Purpose

Experimental code demonstration for displaying and searching ATC classifications

Credits

Install

> git --version
git version 2.30.0.windows.2

> git clone https://github.com/si618/AtcDemo.git
Cloning into 'AtcDemo'...

> cd .\AtcDemo\src

Compile

> dotnet --version
6.0.200

> dotnet workload install wasm-tools
...
Successfully installed workload(s) wasm-tools.

> dotnet build
Microsoft (R) Build Engine version 17.0.0+c9eb9dd64 for .NET
...

Run

> cd .\Server

> dotnet run
Building...
[22:22:22 INF] Seeded 4,326 ATC classifications in 497ms
[22:22:22 INF] Now listening on: https://localhost:20222
...

Points of interest

  • gRPC for comms
  • SQLite in browser
  • Blazor WebAssembly client + PWA
  • C# record types for DTOs
  • NBGV (for CI/CD pipelines and releases)
  • EditorConfig for dotnet format (mostly taken from roslyn + namespace at top of file)
  • File-scoped namespaces (for saving horizontal whitespace)
  • Directory.Build.props (for nbgv & large apps)

TODO

  • Figure out why SQLite is throwing an error (or wait for WebAssembly package)
  • Work out where to deploy server (Azure web apps?)
  • Fix docker port mapping issue (set up environment variables)
  • Add descriptions for ATC Level and DDD Administration Route codes
  • Add units of measurement for DefinedDailyDose to ATC.json
  • Unit and browser tests

atcdemo's People

Contributors

dependabot[bot] avatar si618 avatar

Watchers

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