Check it out here: mipath.yassinmi.com
step 1: run:
docker compose -f docker-compose.yml -f docker-compose.prod.yml -p mipath up --build
step 2: navigate to http://localhost:5451 or https://localhost:5452 (https requires configuring developer cert)
note: the api project will serve the frontend in this case
note: swagger UI available at /swagger/index.html
alternatively you can debug using vite server and visual studio:
step1: open the solution in Visual Studio and click "Start", this will run docker compose.
step2: run vite server
cd mipath.client
npm run dev
step3: navigate to the url displayed in the vite server command prompt
- manage projects:
- create
- edit (description, title, estimate value, etc)
- delete
- manage child tasks in projects
- create
- edit (description, title, plannedStart, estimateDuration)
- move to state InProgree, Done, ToDo
- Delete
- overview pages:
- today:
- kanban board
- roadmap
- this week
- kanban board
- roadmap
- today:
- filter/sort projects and tasks by status, priority and custom tags
- main dashboard
- clock-in/clock-out, tracking hours per project