Application to create projects, along with a series of tasks using react and spring boot.
- clone the project
git clone https://github.com/damian-git-99/
- Install Mysql
- Change username and password in file backend/src/main/resources/application.properties
- Run Backend command in backend folder
./mvnw spring-boot:run
- Run Frontend command in frontend folder
npm install
&npm run dev
- App runs on port: 5173
- clone the project
git clone https://github.com/damian-git-99/app-todo-list.git
- Install docker
- cd to the root of the project
- Run the command
docker-compose up -d
- App runs on port: 5173
- Signup
- Signin
- Logout
- User Details
- Update User
- Find All projects By User
- Find Project By Id
- Create Project
- Delete Project
- Create a task for a project
- Delete Task
- Mark task as complete