This repository contains a full-stack To Do application with a frontend developed using React and Vite, and a backend built with Spring Boot and Maven.
- BackendToDoApp/: Contains the the backend of the project made in SpringBoot with Maven and Java 22.
- frontend-to-do-app/: Contains the the frontend of the project made in React with Vite and NodeJs 20.15
- Clone the Repo:
- Through Https:
git clone https://github.com/alonsofabila-encora/to-do-app.git- Through SSH
git clone git@github.com:alonsofabila-encora/to-do-app.git- Navigate to the backend project directory:
cd frontend-to-do-app- Install dependencies of the project:
npm install - Run test and project:
npm run testnpm run devOpen a new terminal and follow:
- Navigate to the backend project directory:
cd BackendToDoApp- Run test and project:
mvn testmvn spring-boot:run