Skip to content

ayushagarwalk/E-Commerce-TechNXT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

E-Commerce-TechNXT

Project Name : TechNXT

E-Commerce Website Using Java Spring MVC Framework in Maven.

Technologies : Spring MVC, Spring Security, Spring WebFlow, Hibernate, Twitter Bootstrap, JQuery, JSP, Maven

Application Servicer : Apache Tomcat Server

Database : H2 Database

Functionalities

  • User Registeration
  • CRUD Operations
  • Spring Security
  • Spring WebFlow

To Build

  • Clone or Download Zip file
  • Second :
Run the application once to let hibernate to create the db tables and then you can run this query in the h2 console to create the admin user, and from there you can manage the products of the site.

INSERT INTO  CUSTOMERDETAILS VALUES ('ADM00001',true,'admin','ROLE_ADMI');  

Contributing

We welcome contributions from the public.

Authors

  • Ayush Agarwal - Initial work - Ayush

See also the list of contributors who participated in this project.