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
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
For project installation please navigate to documentation
- Open terminal in root directory
- run
yarn server:dev:run
- Open second terminal in root directory
- run
yarn client:dev:run
- Open terminal in root directory
- run
yarn app:build
- run
yarn server:prod:run
- Open terminal in root directory
- run
yarn client:test
- Open terminal in root directory
- run
yarn app:test