Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sant0ro/eCommerce
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Aug 8, 2017
2 parents 9a08e05 + c7e3337 commit 2b07c8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

| Feature | Coded? | Description |
|----------|:-------------:|:-------------|
| Create a Cart | ✘ | Ability of Create a new Cart |
| See Cart | ✘ | Ability to see the Cart and it items |
| Remove a Cart | ✘ | Ability of Remove a Cart |
| Add Item | ✘ | Ability of add a new Item on the Cart |
| Remove a Item | ✘ | Ability of Remove a Item from the Cart |
| Checkout | ✘ | Ability to Checkout |
| Create a Cart | ✔ | Ability of Create a new Cart |
| See Cart | ✔ | Ability to see the Cart and it items |
| Remove a Cart | ✔ | Ability of Remove a Cart |
| Add Item | ✔ | Ability of add a new Item on the Cart |
| Remove a Item | ✔ | Ability of Remove a Item from the Cart |
| Checkout | ✔ | Ability to Checkout |

# eCommerce

Expand Down Expand Up @@ -57,11 +57,11 @@ If you want run the standalone `.jar` just download it, and open your CMD/Termin

**If you want RUN the Products API**

`java -jar ecommerce-products-release-XXX.jar`
`java -jar ecommerce-products-api-XXX.jar`

**If you want RUN the Purchases API**

`java -jar ecommerce-purchase-release-XXX.jar`
`java -jar ecommerce-purchase-api-XXX.jar`

You also can build from the sources by running the **Grails Console**, just went to one of the API's folder `purchase-api` or `products-api` and write on your CMD/Terminal the following:

Expand Down
2 changes: 0 additions & 2 deletions purchase-api/travis-purchase.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@

./grailsw compile
./grailsw test-app
./gradlew cobertura
./gradlew check jacocoTestReport

0 comments on commit 2b07c8a

Please sign in to comment.