Skip to content

SimonSerrano/todo-angular-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Simple Todo App

Simple Todo App built with Angular and Spring boot
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. License

About The Project

Product Name Screen Shot

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.

(back to top)

Built With

  • Angular
  • Spring Boot

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

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

Installation

  1. Clone the repo
git clone https://github.com/SimonSerrano/todo-angular-spring-boot.git
  1. Install frontend dependencies
(cd frontend && npm i)
  1. Start the backend
(cd backend && mvn spring-boot:run)
  1. Start the frontend
(cd frontend && npm start)

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

About

Simple Todo App built with Angular and Spring boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published