Hello. I'd like to introduce you my first .NET appliaction.
The application was created to manage alcohols by the user. It has a database of products which users create their own. Users could create, remove, update, delete produts. He might even receive suggestions what alcohol he could make from his ingredients. User could quickly calculate the starting sugar for the production of his wine by providing the appropriate parameters.
- Microsoft.AspNetCore.Identity.EntityFrameworkCore Version="7.0.9"
- Microsoft.EntityFrameworkCore Version="7.0.12"
- Microsoft.EntityFrameworkCore.SqlServer Version="7.0.12"
- Microsoft.AspNetCore.Authentication.Facebook Version="7.0.12"
- Microsoft.AspNetCore.Authentication.Google Version="7.0.12"
- Microsoft.EntityFrameworkCore.SqlServer Version="7.0.12"
- Microsoft.EntityFrameworkCore.Tools Version="7.0.12"
- AutoMapper Version="12.0.1"
- Microsoft.AspNetCore.Authentication.JwtBearer Version="7.0.13"
- Microsoft.AspNetCore.OpenApi Version="7.0.11"
Used in xUnit test:
- Bogus Version="35.4.0
- FluentAssertions Version="6.12.0"
- Moq" Version="4.20.70"
- Home view
- Register view
Registration and login can be done by creating an account on our website or using Facebook or Google.
- Admin view
- User view
- View all user account
- View edit user
- View all alcohols
-View create new alcohol
-View Helper to create new wine
-View Helper to search alcohol you can build with your own ingredients name