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) + +