Skip to content

Commit 821fd03

Browse files
authored
Create Readme
1 parent 96e2c86 commit 821fd03

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
:warning: PLEASE NOTE THIS PROJECT IS ALPHA AND IS NOT YET SECURED OR INTENDED FOR PRODUCTION
2+
3+
# tasktServer
4+
tasktServer is the optional web component and orchestrator for [taskt](https://github.com/saucepleez/taskt), a free and open-source process automation (rpa) client.
5+
6+
![taskt server photo](https://i.imgur.com/dFIEMwy.png)
7+
## What does this project do?
8+
The intended goal of this project is to track and manage taskt workers by providing a central point for reporting and administration.
9+
10+
## Technology stack
11+
This project uses React.JS for the front-end, .NET Core for the back-end API, and Entity Framework Core for interfacing with SQL Server database. The taskt workers communicate with the back-end API URLs.
12+
13+
## How do I connect a bot?
14+
Launch taskt and select the 'Settings' screen from the action bar. Once opened, select the 'Server' tab and add the URL of your tasktServer instance to the associated textbox and select 'Test Connection'.
15+
16+
![taskt settings](https://i.imgur.com/JrL6yoS.png)
17+
18+
After successfully testing the connection for the first time, taskt will request and store a GUID from the server. The server will create a new entry in the worker list and begin accepting updates from the client.

0 commit comments

Comments
 (0)