Skip to content

alonsofabila-dev/to-do-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 

Repository files navigation

To Do App

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.

Structure

  • 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

Getting Started

  1. 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

Frontend Setup

  1. Navigate to the backend project directory:
cd frontend-to-do-app
  1. Install dependencies of the project:
npm install 
  1. Run test and project:
npm run test
npm run dev

Backend Setup

Open a new terminal and follow:

  1. Navigate to the backend project directory:
cd BackendToDoApp
  1. Run test and project:
mvn test
mvn spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages