Skip to content

vanessawa/product-list

Repository files navigation

Product-List

In this coding assignment you see a little online-shop, built in VueJS 3. You see three products that are fetched from an API. You can put these products into the cart and see the cart quantity.

Installation & Usage

Run npm install to install the vue-server.

Run npm install json-server -g to install the json-server.

Start the vue-server with npm run serve.

Start the json-server server with json-server --watch db.json.

Testing

Install cypress with npm install cypress --global

Run the e2e-test with cypress run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published