docker compose up --build -d
- Run backend with Visual Studio
- Optionally use run-backend-debug.sh
- Only use run-backend-debug.sh if you got msbuild.exe in environment variables
- Optionally compile it with visual studio or msbuild and then run it
- Copy .env.example and rename it to .env
- Change variables of .env to match backend api
yarn install
yarn dev
- Open browser on localhost:3000
- Set date in
Data:
input field - Should automatically refresh
- Set title
- Set description
- Set Todo date
- Click
Dodaj
- Select todo you want to remove and click
Usuń
- Change something in title description or date of given todo and click
Edytuj
- Task in hour works by calculating every task in an hour
- Problems with docker?
- Run
fix-docker-scripts.sh
script