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
- Create your todo
- Update status
- Track your todo
Time management is important for everyone Let technology do it for you
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
- Java 8 +.
- Maven
- Rest
- JPA
- MySQL
- 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)
- Write Test cases
- Add registration module
- Add reminder module
Contact to contribute