Skip to content

cwayfinder/TodoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List web app with authorization

Used

  • ExtJS
  • Spring core
  • Spring Data JPA

Functional requirements

  • I want to be able to create/update/delete projects
  • I want to be able to add tasks to my project
  • I want to be able to update/delete tasks
  • I want to be able to prioritise tasks into a project
  • I want to be able to choose deadline for my task
  • I want to be able to mark a task as 'done'

Screnshots

Screenshot #1 Screenshot #2

Instalation

  1. Install mysql (or another DBMS and change connection setting in jpaContext.xml)
  2. Install maven and set environment variables (M2_HOME and Path)
  3. Create database with name "todolist" (or another name and change it in jpaContext.xml)
  4. Extract TodoList.zip (see attachment)
  5. Run command mvn clean package tomcat:run in directory with file pom.xml
  6. Open url http://localhost:8080/TodoList/ your browser
  7. Enjoy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published