Skip to content

Ltizzi/dev-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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