Skip to content

Work-Flow is a web-based Kanban-style list making application used to manage work at personal or organizational level. Using this application organizing your work will be easy.

License

Notifications You must be signed in to change notification settings

drodzewicz/Work-Flow

Repository files navigation

Work-Flow is a web-based Kanban-style list making application used to manage work at personal or organizational level. Using this application organizing your work will be easy. Inspiration for this project came from such applications like: Jira, Github Projects and Trello. This project was build following the MERN stack (Mongo, Express, React, Nodejs). This application is also using websockets so that when working with a team all chages can be seen without refreshing the page.

All of the project functionalities are described in the Documentation

Workflow task board

You can checkout live version of this app on https://work-flow-rwsy.onrender.com/
*opening the page sometimes might take a while since it is served by render on a free plan and it will most likely initiate a cold start.

A demo user should be available on this instance. If you are not greeted with a demo dialog then you can login to demo user with following credentials

username: DemoUser
password: password123

Running in development

For project installation please navigate to documentation

  1. Open terminal in root directory
  2. run yarn server:dev:run
  3. Open second terminal in root directory
  4. run yarn client:dev:run

Running in production

  1. Open terminal in root directory
  2. run yarn app:build
  3. run yarn server:prod:run

Run Frontend tests

  1. Open terminal in root directory
  2. run yarn client:test

Run End to End tests

  1. Open terminal in root directory
  2. run yarn app:test

About

Work-Flow is a web-based Kanban-style list making application used to manage work at personal or organizational level. Using this application organizing your work will be easy.

Topics

Resources

License

Stars

Watchers

Forks