Skip to content

JavierABarreto/BreakableToy-ToDoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Breakable Toy

ToDo App

This project consists on create a To Do app that let the user perform a CRUD, the app should have tests thar tests the functionallity of the test.

Tech Stack 🧰

Frontend:

  • This project uses Vitejs. Vitejs is a frontend tooling for web development which allows us to create amazing web sites.
  • Redux is used to save the information and manage states.
  • Bootstrap. Styler that let us create amazing designs.
  • And more!

Backend:

  • Springboot. Springboot is a tool that let us create web services such as apis
  • Maven. It allows you to package executable jar or war archives, run Spring Boot applications, generate build information and start your Spring Boot application prior to running integration tests.
  • JUnit.Provides a modern foundation for developer-side testing on the JVM

Installation 💻

How to install the project in your local:

  1. Clone the project.
  2. Open two terminals.
  3. In one terminal go to PROJECT > Backend
  4. Run ./mvnw spring-boot:run
  5. Then in the other terminal go to PROJECT > Frontend > todoapp
  6. Run npm install for install all the dependencies.
  7. Run npm run start to start the project!

Tests 🔍

To run the tests follow the next steps!

  1. Open two terminals.
  2. In one terminal go to PROJECT > Backend and run ./mvnw test
  3. Then in the other terminal go to PROJECT > Frontend > todoapp and run npm run test to start the project on dev mode and that's it :3.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages