From c620feb4eaf5844b6c59522608005b3309787bf9 Mon Sep 17 00:00:00 2001 From: khanalalex <134377379+khanalalex@users.noreply.github.com> Date: Fri, 21 Jul 2023 23:11:25 +0545 Subject: [PATCH] docs.md --- docs.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs.md diff --git a/docs.md b/docs.md new file mode 100644 index 0000000..a5f08ee --- /dev/null +++ b/docs.md @@ -0,0 +1,21 @@ +Technologies used: +-Spring Web Framework +-Spring Data Jpa +-MySql Driver +-Maven +-Hibernate +-Thymeleaf +-Database drivers (MySql) + +Functionalities : +-User Login,Registration and Logout +-Form validation +-Google Recaptcha +-After user is successfully logged in , user can add,edit,and delete employees(CRUD) + +To run it on your local machine: +- You can import or download or clone the repository using the github link into (https://github.com/khanalalex/Java-Assignment.git) +- Create the database and do necessary configuration in application.properties file +- And you can successfully run the project on your localhost(local server) + +