- Create task boards
- Manage your tasks
- Define their priority
- Filter by status
- Search by title
- Move them between columns
- Mobile integrated
- Share access to you friends collaborate in your board
- clone the repo
- start the frontend and backend separately, following the detailed steps
cd backend
npm install
npm run migrate:run
npm run build
npm start
cd frontend
npm install
npm run build
npm start
Access localhost:5173
Generate migration (backend)
npm run migration:generate -- db/migrations/[migration name]
...