An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Freelancers-Ledger

DB Migration
```bash
dotnet ef migrations add migrationName
dotnet ef database update
```