Skip to content

nawab-noddy/ezNotesApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ezNotes πŸ“

ezNotes is a secure and user-friendly web application built using Java (Servlets, JSP, JDBC) and Bootstrap. It allows users to register, log in, and perform full CRUD operations on personal notes.


πŸš€ Features

  • πŸ” User Authentication (Register/Login/Logout)
  • ✏️ Create, Edit, Delete Notes
  • πŸ“‹ Display all saved notes
  • 🌐 Fully responsive using Bootstrap
  • βš™οΈ JSP + Servlet-based backend
  • πŸ’Ύ MySQL database integration
  • 🧠 Secure session-based access

πŸ“‚ Tech Stack

  • Frontend: HTML, CSS, Bootstrap, JavaScript
  • Backend: Java Servlets, JSP
  • Database: MySQL
  • Tools: Eclipse IDE, Apache Tomcat, Git

βš™οΈ Setup Instructions

  1. Clone the repository
    git clone https://github.com/anas03-DS/ezNotesApplication.git

Import into Eclipse

Go to Eclipse β†’ File β†’ Import β†’ Existing Projects into Workspace

Database Setup

Create a MySQL database: eznotes_db

Run the SQL script to create required tables (users, notes)

Update DBConnect.java with your MySQL username and password

Run the project

Deploy on Apache Tomcat Server (v9+ recommended)

Open in browser: http://localhost:8080/ezNotesApplication/

✍️ Author Mohammad Anas LinkedIn Profile and Video Link :- https://www.linkedin.com/feed/update/urn:li:activity:7358020947175526400/

πŸ“ƒ License This project is licensed under the MIT License. Feel free to use and modify with credit.

yaml Copy Edit


πŸ“Œ How to add it?

  1. In your project root folder, create a new file named README.md
  2. Paste the above content into it
  3. Save it
  4. Then push it:
git add README.md
git commit -m "Added README.md"
git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors