Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 550 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 550 Bytes

Dev-Cards

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).

How to use it

*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 ...