Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/almostengr/petfeeder
- Owner: almostengr
- Created: 2021-05-16T22:12:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T02:27:35.000Z (over 2 years ago)
- Last Synced: 2023-02-26T09:05:55.493Z (almost 2 years ago)
- Topics: animal-feeder, cat-feeder, dog-feeder, internet-of-things, iot, pet-feeder, raspberry-pi, raspberry-pi-projects
- Language: C#
- Homepage:
- Size: 938 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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"