Veterinary Pharmacy Management System built with ASP.NET Core Web API and Blazor Server
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
32
commits
Merge pull request #13 from EYADRAS1998/feature/user-createdat
c0eb017View on GitHubfeat(user): add CreatedAt property and generate migration
47da6e1View on GitHubMerge pull request #12 from EYADRAS1998/feature/application-user-service
1686509View on GitHubImplement user registration and login logic with JWT authentication and FluentValidation integration
26653aeView on GitHubMerge pull request #11 from EYADRAS1998/feature/infrastructure-user-repository
fa01766View on GitHubfeat(infrastructure): implement async IUserRepository with EF Core
ace75faView on GitHubMerge pull request #10 from EYADRAS1998/feature/jwt-authentication
ecbc3cfView on GitHubfeat(api): add JWT authentication to secure API endpoints
daac22fView on GitHubMerge pull request #9 from EYADRAS1998/feature/initial-migration
461fbc0View on GitHubfeat(infrastructure): add initial EF Core migration and create database schema
0e86e00View on GitHubMerge pull request #8 from EYADRAS1998/feature/setup-efcore
be5f72eView on GitHubfeat(infrastructure): setup EF Core, add initial migration, and create database schema
20853f7View on GitHubMerge pull request #7 from EYADRAS1998/fix/infrastructure-AppContext
042d1a7View on GitHubfix(api, infrastructure): resolve DbContext and UseSqlServer issues, add Domain reference
0c5084fView on GitHub