Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/almostengr/petfeeder

Automatic pet feeder
https://github.com/almostengr/petfeeder

animal-feeder cat-feeder dog-feeder internet-of-things iot pet-feeder raspberry-pi raspberry-pi-projects

Last synced: about 1 month ago
JSON representation

Automatic pet feeder

Awesome Lists containing this project

README

        

# Pet Feeder

Automatic pet feeder powered by a Raspberry PI and .NET Core C#

## References

* https://developer.okta.com/blog/2020/07/29/entity-framework-core-api
* https://developingsoftware.com/how-to-store-application-settings-in-aspnet-mvc-using-entity-framework/
* https://stackoverflow.com/questions/38741119/asp-mvc-5-ef-saving-application-settings
* https://www.yogihosting.com/aspnet-core-consume-api/#create
* https://www.codeproject.com/Articles/5291291/Interface-with-Raspberry-Pi-I2C-Sensors-Using-NET
* https://docs.microsoft.com/en-us/ef/core/cli/dotnet#update-the-tools
* https://www.tomshardware.com/how-to/raspberry-pi-pico-ultrasonic-sensor
* https://www.yogihosting.com/aspnet-core-consume-api/
* https://www.assemblyai.com/blog/getting-started-with-httpclientfactory-in-c-sharp-and-net-5
* https://dotnettutorials.net/lesson/repository-design-pattern-csharp/
* https://docs.microsoft.com/en-us/samples/microsoft/windows-iotcore-samples/push-button/
* https://www.thereformedprogrammer.net/six-ways-to-build-better-entity-framework-core-and-ef6-applications/#2-pattern-the-service-layer-separating-data-actions-from-presentation-actions

## EF CLI Commands

* dotnet ef migrations add -p Almostengr.PetFeeder.BackEnd/ "initialMigration"