Git Product home page Git Product logo

nl-covid19-notification-app-backend's Introduction

Covid19 Notification App Backend

Introduction

This repository contains the backend code for the Proof of Concept for the Dutch exposure notification app. We provide this code in an early stage so that everyone can follow along as we develop the app, and to solicit feedback. Note that due to the early stage in which we are sharing this code, significant portions of the code might still change. We might add or remove features and code as needed, based on validation and user tests that are conducted partially in parallel to the development.

Development & Contribution process

The core team works on the repository in a private fork (for reasons of compliance with existing processes) and will share its work as often as possible.

If you plan to make non-trivial changes, we recommend to open an issue beforehand where we can discuss your planned changes. This increases the chance that we might be able to use your contribution (or it avoids doing work if there are reasons why we wouldn't be able to use it).

Running a standalone server

Local development support is provided for all platforms - Windows, macOS, Linux - by ServerStandAlone - a .NET Core MVC Web App, and the command line apps in the Data Utilites folder.

Development Tools

  • Visual Studio 2019
  • Your choice of SQL Server instances

Supporting local mobile app development

Standalone

  1. Download dotnet SDK: https://dotnet.microsoft.com/download/dotnet-core/3.1
  2. Clone this repo
  3. Setup a database instance. Windows users can use a local SQL Server.
  4. Add an appsettings.Development.json file. This overrides the settings in appsettings.json. And add a value for the MSS connection string.
  5. Go to the ServerStandAlone folder and run it with 'dotnet run'.

Docker

To quickly start a Standalone development environment you can use of the docker-compose file:

# Solution root
cd docker
docker-compose up --build

See the individual app folders for details.

Attribution

Some parts of this application are inspired by the work on Private Tracer. You can find their license here.

Migrations

  1. Set Startup project to DatabaseProvisioningTool
  2. Open Package Manager Console
  3. add-migration InitialCreate -Context ExposureContentDbContext -OutputDir Migrations/ExposureContentDbContext

nl-covid19-notification-app-backend's People

Contributors

bdmcc-nl avatar hiddehs avatar ijansch avatar playtime222 avatar rkops-bd 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.