Skip to content
/ todo Public

Todo is a web app with a personal account for each user that allows you to make a list of your tasks.

Notifications You must be signed in to change notification settings

MelnykVL/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

todo

Overview

Todo is a web app with a personal account for each user that allows you to make a list of your tasks.

Prerequisites

  • Install the latest version of Java and set up environment variables (if necessary).

    JDK
    or
    OpenJDK

  • Install the Git.

    Git

  • Install the PostgreSQL server.

    PostgreSQL

  • Install a Java IDE (for example: IntelliJ IDEA, Eclipse, NetBeans).

    Intellij IDEA (recommended)
    Eclipse
    NetBeans

Run the example

  1. Clone the repository.

    git clone https://github.com/MelnykVL/Todo.git

  2. Open the project with the IntelliJ IDEA.

  3. Load Maven changes.

  4. Set your settings in flyway.poperties and persistence.xml files.

  5. Create the database called todo.

  6. Using Maven in IntelliJ IDEA, run flyway:migrate to create tables in the database.

  7. Run mvn tomcat7:run command to run the project.

  8. Change the address in the browser's address bar to localhost:8080.

About

Todo is a web app with a personal account for each user that allows you to make a list of your tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages