To do application made with React and Spring Boot
To start the application, you have to start the backend first, just follow the next steps:
How to setup the backend:
- Open terminal in the to-do-backend folder.
- Run mvn clean package to build the project.
- Run mvn test to run the tests.
- Run mvn spring-boot:run to start the project.
How to setup the frontend:
- Open terminal in the to-do-frontend folder.
- Run npm run tests to run the tests
- Run npm run build to build the project.
- Run npm run dev to start the project.