TODO App based on react and spring
Demo Install: https://ng-springboot-todo.herokuapp.com/
This is a simple TODO List App consisting of an angular Frontend based on TodoMVC a SpringBoot Backend. This is just a proof-of-concept therefore there is no database. At the moment everything is stored in memory - therefore you should not use this productive.
In order to use the TODO APP, you must have the following installed:
To install the TODO APP, simply enter the below in the terminal window:
$ git clone https://github.com/eiselems/angular-springboot-todo.git && cd angular-springboot-todo
$ ./mvnw install
This will install the TODO-APP components into the target directory of your-project
directory.
To start the app, make sure you're in the project directory and type java -jar target/todo-0.0.1-SNAPSHOT.jar
into the terminal. This will start the SpringBoot Application.
You should get a bit of log output while the tomcat is booting with something like:
Tomcat started on port(s): 8080 (http)
Next, open your browser and enter http://localhost:8080/
. Congrats, you're up and running!
MIT License. Click here for more information.