Todo App can create new tasks and save them on a "h2" Database. This app is able to create and delete tasks, set due dates, and mark tasks as complete. I created this todo app using a java web framework called "Spring boot" which uses an ORM called "Hibernate" to convert data between the relational database and java, and a template engine called "Thymeleaf" to display content on the browser.
- Create a Folder
On terminal type:
mkdir todo_app && cd todo_app - Clone Repository
On terminal type:
git clone https://github.com/jsaucedo294/todo_app.git - Open project with Intellij
Double click on
build.gradlefile - Run Application
Go to
src/main/java/com/jorgesaucedo/and Run Application.java - Open your browser
Type on search bar:
localhost:8080