Skip to content

azaddlb/Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Expense Tracker


Frameworks & Versions

  1. Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore - 5.0.12
  2. Microsoft.AspNetCore.Identity.EntityFrameworkCore - 5.0.12
  3. Microsoft.AspNetCore.Identity.UI - 5.0.12
  4. Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation - 5.0.12
  5. Microsoft.EntityFrameworkCore.SqlServer - 5.0.12
  6. Microsoft.EntityFrameworkCore.Tools - 5.0.12
  7. Microsoft.VisualStudio.Web.CodeGeneration.Design - 5.0.12
  8. Microsoft.AspNetCore.Mvc.Abstractions - 2.2.0
  9. TargetFramework: net5.0

Projects

  1. ExpenseTracker.Extension
  2. ExpenseTracker.Model
  3. ExpenseTracker.Repository
  4. ExpenseTracker.Service
  5. ExpenseTracker.Web

Code First Migration Instruction

  1. From Package Manager Console select ExpenseTracker.Repository as default Project.
  2. Write the following command in the Package Manager Console window"
    add-migration InitialCreate -OutputDir Data\Migrations
  3. Press Enter
  4. After executing the command write the following command:
    update-database

Users, Passwords

  1. User ID: admin@expensetracker.com Password: Asdf@1234

Roles

  1. Admin
  2. User

About

Expense Tracker Frameworks & Versions Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore - 5.0.12 Microsoft.AspNetCore.Identity.EntityFrameworkCore - 5.0.12 Microsoft.AspNetCore.Identity.UI - 5.0.12 Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation - 5.0.12 Microsoft.EntityFrameworkCore.SqlServer - 5.0.12 Microsoft.EntityFrameworkCore.Tools - …

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors