Skip to content

samkhawase/bootstrap-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Todo app in Spring, JPA, JSP and Twitter Bootstrap

This is a simple web application that uses Spring MVC and Hibernate with Twitter Bootstrap. The code is a CRUD page that manipulates records for a single model object.

Running the application locally

First build with:

$mvn clean install

Then run it with:

$java -jar target/dependency/webapp-runner.jar target/*.war

Best way to run inside eclipse is webapp-runner (https://github.com/jsimone/webapp-runner).

I am working on deploying it to heroku to test the live application.

About

A Simple Todo app in Spring, JPA, JSP and Twitter Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages