Skip to content

rishabhjaiswal3/TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoApp

This is the Jsp, Servlet Based WebApp. Main Idea behind Making this project is to learnMVC Architecture.

Working Demo

When You will start this application then it will show you the Welcome Page. In sign Page when you submit the details then it will store you account details and Make you Own database where it will handle your tasks.

SetUp Database

  1. Install MySQL and set the password "Rishabh@123" or change the password in DbClient.java file and Tasks.Java
  2. Create a database named "TodoaApp".
  3. Create a Table name "account".
  4. account table will have id(int), name(varchar(50)), email(varchar(50)) and password(varchar(50)) fields. Where id is a primary key in auto Increment.

Local SetUp

To do the setup on your Local Machine You have to do the basic steps:

Step 1: Install mysql and Make a database TodoApp and then make a account Table.
Step 2: Install Tomcat
Step 3: Download the War file from My Github Repository
Step 4: Put the war file in webapp in Apache Tomcat folder
Step 5: Run this Link on your Machine

Frontend

Html and CSS

Backend

Jsp and Servlet

About

Fundamental of LogIn Password Authentication App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published