Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.01 KB

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.