Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 564 Bytes

File metadata and controls

33 lines (20 loc) · 564 Bytes


Cemiyet


Cemiyet Backend Repository

Install project templates with:

dotnet new install ./templates

Make scripts executable:

chmod +x scripts/*.sh

Create new module with:

dotnet new cemiyet-module -n ModuleName -s ../Cemiyet.sln --output ./src/Modules -v diag

Create a migration with:

scripts/add-module.sh -n MigrationName -m ModuleName

Apply migrations with:

scripts/apply-migrations.sh -m ModuleName

Run components (db etc.) with:

podman compose up -d