Skip to content

jsaucedo294/todo_app

Repository files navigation

Todo APP - Code Louisville

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.

Installation

  1. Create a Folder On terminal type: mkdir todo_app && cd todo_app
  2. Clone Repository On terminal type: git clone https://github.com/jsaucedo294/todo_app.git
  3. Open project with Intellij Double click on build.gradle file
  4. Run Application Go to src/main/java/com/jorgesaucedo/ and Run Application.java
  5. Open your browser Type on search bar: localhost:8080

About

Todo_app is a "To Do" application project for Code Louisville based on Java and Spring boot framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors