Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.91 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.91 KB

GeoDoor Server

This is the server for a project which allows the user to automatically open the gate at the house when the user drives home. The GeoDoor App on the phone is sending a signal to open the door at home.

Libraries




Issues

Releases!

Find the latest release on GitHub => Release

Pictures







Short Description of the used libraries and techniques

This app shows the basic usage of the following components:

  1. ASP.net Core MVC Project
  2. Restful API for communication
  3. SQLite Database
  4. Microsoft.EntityFramework.Core.Sqlite (Code First)
  5. Custom Services (Timed-, Scoped- and Singleton-Service)