bhagatanirudh / E-Commerce-Website

E-Commerce web application to provide seamless shopping experience using Java, JSP, Servlet, Html, and JDBC technologies for users and administrators, enabling product viewing, category filtering, cart and wishlist management. Has admin panel for category addition, product updates, order viewing, and to delete deceptive users.
39 stars 21 forks source link

How to run the project in local #8

Open shashankbhat05 opened 3 months ago

shashankbhat05 commented 3 months ago

Hi Anirudh, Can you please provide the steps to run the project locally and also please let me know what are the software tools needed to run the same. Thanks!

bhagatanirudh commented 3 months ago

Yeah sure, Just clone/download the project and then open in any IDE like eclipse, Intellij Idea, Netbeans, ect (I had used eclipse), then just simple compile and run it. For this project I had used java 17, tomcat 10, and sql 8.0

shashankbhat05 commented 3 months ago

Thanks, Please tell what should i give for 1)Cataline base 2) Deployment directory 3) Context path??

bhagatanirudh commented 3 months ago

Hey, For 1st, you can give /EazyDeals For 2nd, you need to provide directory url of project upto webapps folder and for 3rd, you need to give project path i.e. the path where your project is stored on your system