Code Monkey home page Code Monkey logo

todolist's Introduction

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.

todolist's People

Contributors

sheldon1999 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.