Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Nov 26, 2023
1 parent 6aa7339 commit c9f97d1
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 0 deletions.
File renamed without changes.
42 changes: 42 additions & 0 deletions ShoppingCart/Frondend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Shopping Cart
> xxx yyy

## Steps


## Run

<details>
<summary>App</summary>

```bash
#---------------------------
# Run app
#---------------------------

# build
mvn package

# run
java -jar <built_jar>
```

</details>

## API

| API | Type | Purpose | Example cmd | Comment|
| ----- | -------- | ---- | ----- | ---- |
| Test | | | |



## Important Concepts

## Ref

- Part 1 : https://dev.to/webtutsplus/let-s-develop-an-e-commerce-application-from-scratch-using-java-1gap
- Part 2 : https://dev.to/nilmadhabmondal/creating-an-ecommerce-frontend-with-vue-js-59o
- BE code : https://github.com/webtutsplus/ecommerce-backend
- FE code : https://github.com/webtutsplus/ecommerce-vuejs

0 comments on commit c9f97d1

Please sign in to comment.