Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 575 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 575 Bytes

Breakable Toy: To Do App

This is my first Breakable Toy for the Spark Program at Encora.

Setting up the project:

  1. Clone the repository:
  • Download the project from the web site or clone the repository in the folder that you want to storage it.
  1. Access to the backend folder from the terminal:
  • Build the project with Maven: mvn clean install

  • Run the application: mvn spring-boot:run

  1. Access to the frontend folder from the terminal:
  • Install dependencies: npm install

  • Run the application: npm start

Francisco Rafael Lezama Hernandez - Spark 2024D