Skip to content

This is an online shopping project using Spring Boot,Spring web-flow, Spring Rest Services and Hibernate. In this project we also used Spring Security with java and annotation configuration

Notifications You must be signed in to change notification settings

CSDT-ECI/Refactoring-online-shopping-CSDT

 
 

Repository files navigation

online-shopping

Build Status Coverage Status License

Minimal Spring Boot online-shopping.

This is an online shopping project using Spring Boot,Spring web-flow, Spring Rest Services and Hibernate. In this project we also used Spring Security with java and annotation configuration

Requirements

For building and running the application you need:

Runnig this project

  1. Clone this project https://github.com/sushildangi/online-shopping.git change default branch "Upgrade-spring-boot" if default branch is "master"
  2. create databases schema in mysql - online_shopping_db
  3. edit username and password in applicaton.properties file
  4. Run Project One time using Spring boot command - mvn spring-boot:run or using eclipse IDE run as Java Application
  5. Run this Query in mysql
insert into online_shopping_db.user_detail(contact_number,email,enabled,first_name,last_name,password,role) values ('9876543210','admin@gmail.com',true,'admin','admin','$2a$10$6UVHQoHhpoYZxBB.k9r.deSLTT0RD1Yk8GdggRywGw0Snr8syRDtG','ADMIN')

Password = 123456(in encoded Form)

  1. Then Again run project using boot
  2. create user by signup

Guides

The https://spring.io/[spring.io] site contains several guides that show how to use Spring Boot step-by-step:

enjoy my friends

Useful Links

About

This is an online shopping project using Spring Boot,Spring web-flow, Spring Rest Services and Hibernate. In this project we also used Spring Security with java and annotation configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 82.3%
  • JavaScript 13.2%
  • CSS 4.5%