Skip to content

J-L-Moreno/to-do-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to-do-application

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:

  1. Open terminal in the to-do-backend folder.
  2. Run mvn clean package to build the project.
  3. Run mvn test to run the tests.
  4. Run mvn spring-boot:run to start the project.

How to setup the frontend:

  1. Open terminal in the to-do-frontend folder.
  2. Run npm run tests to run the tests
  3. Run npm run build to build the project.
  4. Run npm run dev to start the project.

About

To do application made with React and Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published