This is my first Breakable Toy for the Spark Program at Encora.
- Clone the repository:
- Download the project from the web site or clone the repository in the folder that you want to storage it.
- Access to the backend folder from the terminal:
-
Build the project with Maven: mvn clean install
-
Run the application: mvn spring-boot:run
- Access to the frontend folder from the terminal:
-
Install dependencies: npm install
-
Run the application: npm start