Cln.Archtctr.Tmplt 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install Cln.Archtctr.Tmplt::1.1.0
This package contains a .NET Template Package you can call from the shell/command line.

commands

install application

To begin, rename the file .env.example to .env and fill in all the values. Then start the project using the following command:

make install

🔰 Notice 🔰

If you need to build a GUI for monitoring the database or Redis, use the following command:

make install-with-gui
service port
phpmyadmin 8080
redis commander 8081

create migration files:

make migration-add MIGRATION_NAME=<migration-name>

up migrations:

make migration-update

rollback migrations:

make migration-rollback MIGRATION_NAME=<migration-name>

Clean architecture template

  • net7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 322 9/2/2023
2.0.0 237 8/26/2023
1.1.0 324 8/7/2023
1.0.0 353 8/7/2023