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.
Find the latest release on GitHub =>
Release
This app shows the basic usage of the following components:
- ASP.net Core MVC Project
- Restful API for communication
- SQLite Database
- Microsoft.EntityFramework.Core.Sqlite (Code First)
- Custom Services (Timed-, Scoped- and Singleton-Service)