https://github.com/kavindu-mane/freelancers-ledger
  
  
    Freelancers projects and mony management platform with next.js and .NET Core 
    https://github.com/kavindu-mane/freelancers-ledger
  
docker dotnet-core nextjs nextjs15 npgsql type
        Last synced: 7 months ago 
        JSON representation
    
Freelancers projects and mony management platform with next.js and .NET Core
- Host: GitHub
 - URL: https://github.com/kavindu-mane/freelancers-ledger
 - Owner: kavindu-mane
 - License: apache-2.0
 - Created: 2024-11-26T07:41:31.000Z (11 months ago)
 - Default Branch: main
 - Last Pushed: 2024-12-09T04:18:04.000Z (11 months ago)
 - Last Synced: 2025-03-30T20:52:31.357Z (7 months ago)
 - Topics: docker, dotnet-core, nextjs, nextjs15, npgsql, type
 - Language: C#
 - Homepage:
 - Size: 280 KB
 - Stars: 0
 - Watchers: 1
 - Forks: 1
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
README
          # Freelancers-Ledger
 
DB Migration
```bash
    dotnet ef migrations add migrationName
    dotnet ef database update
```