This project is a simple to-do list application built using React for the frontend and Spring Boot for the backend.
-
Clone the backend repository:
git clone https://github.com/bolatdias/to-do-list
-
Navigate into the backend directory:
cd to-do-list/backend
-
Run the backend:
./mvnw spring-boot:run
-
Clone the frontend repository:
git clone https://github.com/Yerbo71/to-do-front.git
-
Navigate into the frontend directory:
cd [frontend directory]
-
Install dependencies:
npm install
-
Start the development server:
npm run dev