Skip to content

initial commit #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: Group-_1_e-commerce-app
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr

### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/

### Mac OS ###
.DS_Store
7 changes: 7 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 118 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.5/apache-maven-3.8.5-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
1 change: 1 addition & 0 deletions CART-ITEM
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The cart-item class
1 change: 1 addition & 0 deletions CUSTOMER
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The customer class
1 change: 1 addition & 0 deletions E-commerce
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#The e-commeerce class
1 change: 1 addition & 0 deletions ORDER-CLASS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The ordering class
1 change: 1 addition & 0 deletions PAYMENT-METHOD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The payment class
1 change: 1 addition & 0 deletions PRODUCT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#The product class
1 change: 1 addition & 0 deletions SHOPPINGCART
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The shopping cart class
Loading