DWKit https://dwkit.com
DWKit is a low-code platform made with simplicity and flexibility in mind. DWKit allows you to model, automate and execute mission-critical business processes, whatever industry you're operating in. A ready-made solution is often not enough to satisfy your business requirements. Be it the need to ensure regulatory compliance or to build custom logic that goes beyond what the system has to offer, we believe that making the source code open is the way to go. You can use DWKit as a low-code on a no-code platform as well.
Hence, we made DWKit's source code available to our customers so that they can alter whatever it is that will make their business more efficient.
-
Run the
startascontainerscript:- For Windows:
startascontainer.bat
- For Linux/macOS:
chmod +x docker-files/wait-for-postgres.shchmod +x startascontainer.sh./startascontainer.sh
This script build this DWKit's solution and run it with Postgres database.
- For Windows:
-
Open the following url in your browser: http://localhost:48800
To access the application, use the following default access parameters:
- Login:
admin - Password:
1
- Set up a database for DWKit. It supports MS SQL, Oracle, PostgreSQL.
- Run scripts on the database from sql folder. You can find names of the scripts in sql/type of DB/readme.txt file.
- Check the connection string to the database in the
config.cfgfile
MS SQL Server example:
ConnectionString=Data Source=(local);Initial Catalog=dwkit;Integrated Security=False;TrustServerCertificate=True;User ID=sa;Password=1
PostgreSQL example:
ConnectionString=User ID=postgres;Password=1;Host=localhost;Port=5432;Database=dwkit;
-
Run the starter script:
- For Windows:
start.bat
- For Linux/macOS:
chmod +x start.sh./start.sh
- For Windows:
-
Open the following url in your browser: http://localhost:48800
To access the application, use the following default access parameters:
- Login:
admin - Password:
1
-
Run
updatesolutionscript:- For Windows:
updatesolution_run.bat
- For Linux/macOS (this way requires PowerShell):
pwsh updatesolution.ps1
- For Windows:
-
Enter the path to your application.
-
Don't forget update database if it's necessary.
-
Rebuild your solution.
- For Windows:
- Run
buildandstart.bat
- Run
- For Linux/macOS:
chmod +x buildandstart.shchmod +x start.sh./buildandstart.sh
- Open
dwkit.slnin Visual Studio or JetBrains Rider. - Check the connection string to the database in the
OptimaJet.DWKit.StarterApplication\appsettings.jsonfile, ConnectionStrings section. - Run
OptimaJet.DWKit.StarterApplicationproject.
- Official website - https://dwkit.com
- Documentation - https://dwkit.com/documentation
- Demo - https://demo.dwkit.com
- For technical questions, please contact wf@optimajet.com
- For commercial use, please contact sales@optimajet.com