Simple Todo App built with Angular and Spring boot
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This project is a simple Todo App using Spring Boot and Angular. There are many great Todo apps already on GitHub but this one is my own. This is to train myself on technologies I am not used to and keep myself up to date. The backend depends on Spring WebFlux instead of the usual Spring MVC.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- Java 21 or later
- Maven 3.5 or later
- Node.js 18 or later
- Clone the repo
git clone https://github.com/SimonSerrano/todo-angular-spring-boot.git- Install frontend dependencies
(cd frontend && npm i)- Start the backend
(cd backend && mvn spring-boot:run)- Start the frontend
(cd frontend && npm start)Distributed under the MIT License. See LICENSE.txt for more information.
