Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isala404/workflow
Project Management software built using Blazor and TailwindCSS
https://github.com/isala404/workflow
blazor project-management tailwind webassembly
Last synced: 3 months ago
JSON representation
Project Management software built using Blazor and TailwindCSS
- Host: GitHub
- URL: https://github.com/isala404/workflow
- Owner: isala404
- Created: 2021-11-16T16:35:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T17:04:10.000Z (about 3 years ago)
- Last Synced: 2024-04-13T04:47:32.622Z (9 months ago)
- Topics: blazor, project-management, tailwind, webassembly
- Language: C#
- Homepage:
- Size: 1.9 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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
```bash
git clone https://github.com/MrSupiri/WorkFlow.git
cd WorkFlow/WorkFlow/Server
dotnet run "WorkFlow.Server.csproj"
```### Preview
```bash
docker run -it -p 5021:443 -p 7021:80 ghcr.io/mrsupiri/workflow:latest
```### Screenshots
#### Home Page
![Home Page](images/home-page.png)
#### Kanban Board
![Kanban Board](images/project-view.png)
#### Report Forecasting
![Report Forecasting](images/forecasting.png)
#### Edit Ticket
![Edit Ticket](images/ticket-view.png)
#### User Settings
![User Settings](images/user-profile.png)
#### Company Settings
![Company Settings](images/comapny-settings.png)