diff --git a/README.md b/README.md index ca2640d..c08dcec 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: diff --git a/purchase-api/travis-purchase.sh b/purchase-api/travis-purchase.sh old mode 100644 new mode 100755 index 9f6cec1..49f014d --- a/purchase-api/travis-purchase.sh +++ b/purchase-api/travis-purchase.sh @@ -2,5 +2,3 @@ ./grailsw compile ./grailsw test-app -./gradlew cobertura -./gradlew check jacocoTestReport \ No newline at end of file