This is a asp.net webapp application powered by ASP.NET Core and Docker and main function is manage the household items (Warranties, etc). (This started as Pet Project to learn ASP.NET Core and Docker, so keep that in mind)
- MyFinance -> Allows me to keep track of Expenses and Incomes
- ExpirationReminder -> Allows me to keep on top of the calendar and expiration dates for services.
- Admin Template (light-bootstrap-dashboard) Creative Tim
- Bootstrap-select bootstrap-select
- Mailgun Mailgun
- Tiny Colorpicker - A lightweight cross browser color picker. Page
- Default User:Pwd (on first login will request to change the password)
- admin@hmptz.local:Ch4ng3_Th1s
- DB_TYPE = SQLLite, SqlServer or PostgreSQL
- DB_HOST=${DB_HOST} well you know..
- DB_USER=${DB_USER}
- DB_PASSWORD=${DB_PASSWORD}
- DB_NAME=${DB_NAME}
- Sentry_DSN=${Sentry_DSN}
- MailGun_ApiKey=${MailGun_ApiKey}
- MailGun_ApiBaseUri=${MailGun_ApiBaseUri}
- MailGun_RequestUri=${MailGun_RequestUri}
- MailGun_From=${MailGun_From}
- MailGun_Domain=${MailGun_Domain}
This project is licensed under the terms of the MIT license.
You can check out the full license here