Skip to content

Kemsty2/GaryJob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Workflow with Elsa

A simple workflow build with Elsa

Tech Stack

Client: Spencil.Js

Server: .Net Core 5.0, Elsa

Deployment

To deploy this project run

  $ git clone https://github.com/Kemsty2/GaryJob.git
  $ cd GaryJob
  $ dotnet restore
  $ dotnet run --project /src/GaryJob.Api/GaryJob.Api.csproj

Usage/Examples

To run the workflow, simply run this command with curl or postman

curl --location --request POST 'https://localhost:5001/files' \
--header 'Content-Type: application/json' \
--data-raw '{
    "test": "test"
}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published