Dev tool to manage tasks. Its a fullstack app made with Vue+Tailwind & Spring, using PostgreSQL for persistence. Users can make projects/workspaces and invite other users to join it. Inside a workspace, users have different roles (owner, moderator, collaborator and users).
*This is a monorepo. Just download dev-testing branch's last commit to use last version.
First you have to install the client's dependencies. In the root folder:
... npm run install-web ...
For run the app:
... npm run web npm run api ...