MrSupiri / WorkFlow

Project Management software built using Blazor and TailwindCSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workflow

Workflow is a project management software that will help you to manage project of small to medium scale. This provides simple and easy to use Kanban board track the progress of the project. In the users can create multiple organizations and multiple projects in them and users can work across many projects and companies.

This was mainly developed to show case my skills of creating enterprise grade applications using .NET 6 as the backend Blazor to render the frontend UIs.

Demo - https://workflow.isala.me/

Username - demo_user
Password - Abcd@1234

Note: Database will be resetted after each session

Run locally

Development

Note: .NET 6.0 SDK needs to be installed

git clone https://github.com/MrSupiri/WorkFlow.git
cd WorkFlow/WorkFlow/Server
dotnet run "WorkFlow.Server.csproj"

Preview

docker run -it -p 5021:443 -p 7021:80 ghcr.io/mrsupiri/workflow:latest

Screenshots

Home Page

Home Page

Kanban Board

Kanban Board

Report Forecasting

Report Forecasting

Edit Ticket

Edit Ticket

User Settings

User Settings

Company Settings

Company Settings

About

Project Management software built using Blazor and TailwindCSS


Languages

Language:C# 53.9%Language:HTML 29.9%Language:JavaScript 15.8%Language:Dockerfile 0.4%Language:Shell 0.1%