Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

riskeez/simple-loan-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleLoan

API

NET7 MinimalAPI / FastEndpoints

Dev

> dotnet dev-certs https --trust
> dotnet build ./SimpleLoan.API/SimpleLoan.sln

Test

> dotnet test ./SimpleLoan.API/SimpleLoan.UnitTests/SimpleLoan.UnitTests.csproj

Run

> dotnet run --project ./SimpleLoan.API/SimpleLoan.API/SimpleLoan.API.csproj
https://localhost:7078/swagger/index.html

UI

SvelteKit

> cd ./SimpleLoan.UI
> npm install
> npm run dev -- --open

Database

SQLite is used for simplicity reasons.

Migrations

To create migrations you need to run following commands:

dotnet tool install --global dotnet-ef

dotnet ef migrations add 'initial' --startup-project ./SimpleLoan.API/SimpleLoan.API.csproj --project ./SimpleLoan.Infrastructure/SimpleLoan.Infrastructure.csproj --context PaymentDbContext --output-dir Persistence/Migrations

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published