Skip to content

Sheldon1999/ToDoList

Repository files navigation

ToDo.web

any task any time

Overview

It is a Java based web app developed on MVC Architecture. In this app main focus is on user authentication(and also basic security). Theme is a basic ToDOList, Hence a user can add some daily tasks with date and time. To run above project just follow the steps given in Local setup. A demo of the project is here.

Technologies used

  • Backend: JSP and Servlet
  • Frontend: HTML and CSS
  • Database: MySQL
  • Server: Apache Tomcat

Dependencies

  1. JDK
  2. Eclipse IDE for Java EE Developers or any other IDE
  3. MySQL
  4. JDBC connector
  5. Apache Tomcat

Setup database schema

  1. make a user named "toDoAdmin" and set password "toDoAdmin".
  2. make a database named "toDoDatabase".
  3. give all priveleges of this database to that user.
  4. make a table "user ( email varchar(40), password(40) )".

Note:you can also set database name, username, and password of your choice, just edit database name(line-13), username(line-14), and password(line-15) in itemDbUtil.

Local setup

Note:Do not install all of above dependencies.

Follow the steps below to run project in your local machine:

  1. download and install MySQL.
  2. setup database schema as mentioned.
  3. download and install the apache tomcat.
  4. download ToDoList.war
  5. put it inside webapps folder given in directory where tomcat is installed.
  6. run tomcat.
  7. in browser run http://localhost:8080/ToDoList/.

Demo

  • welcome page

welcomPage

  • log in

user can log in in app but only after he has signed in before. Demo video can be found be here.

  • Sign up

user can sign-up into the system and add tasks to his list. Demo is here.

  • Additional

if user is already login than home page can be accessed directly. Demo is here.

About

An authentication app built in JSP-Servlet on MVC architecture.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages