Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.31 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.31 KB

ToDo-spring-mvc App

An app to create and manage your todo's

This is a Java spring MVC based app to create and manage your work in form of todo's

Features

  • Create your todo
  • Update status
  • Track your todo

Time management is important for everyone Let technology do it for you

Tech

This app uses following technologies:

  • Java - as programming language
  • spring MVC - spring boot's Model View Controller framework
  • [Twitter Bootstrap] - great UI boilerplate for modern web apps
  • HTML structure the webpage
  • [jQuery] - duh

Prerequisite softwares

- Java 8 +.
- Maven
- Rest
- JPA
- MySQL

Installation

  • Clone or download the repository
  • Make changes in application.properties
  • Create database as specified in application.properties
  • run mvn clean install
  • run mvn spring-boot:run
  • Open url
  • Provide id and password (currently it is admin admin)

Todos

  • Write Test cases
  • Add registration module
  • Add reminder module

Contact to contribute