Task Tracker app that will be launched on localhost port 5173 (http://localhost:5173/).
You will be able to perform the following tasks:
- Create, update, delete task list
- Create, update, delete tasks within task list
Here are the following tech stacks and start up commands used:
Back End:
- Teck stack: Java, Spring, PostgreSQL
- Commands:
- docker-compose up
Front End:
- Tech stack: React, TypeScript
- Commands:
- npm install
- npm run dev