- cd helpdesk-backend
- cp .env.example .env | nano .env
- npm install
- npm run typeorm:migrate Init (*)
- npm run typeorm:run
- npm run start:dev
- cd frontend
- npm install
- npm run serve
http://localhost:8080/user/tasks
- Si la carpeta src/database/migrations esta vacia.