An open API service indexing awesome lists of open source software.

https://github.com/geffrerson7/shopping-cart

Shopping Cart
https://github.com/geffrerson7/shopping-cart

mercadopago react sweetalert2 typescript vite

Last synced: about 2 months ago
JSON representation

Shopping Cart

Awesome Lists containing this project

README

          

# Shopping Cart

Shopping cart application with online payment form.

## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`VITE_PUBLIC_KEY`

`VITE_ACCESS_TOKEN`

## Run Locally

Clone the project

```bash
git https://github.com/Geffrerson7/SHOPPING-CART.git
```

Go to the project directory

```bash
cd SHOPPING-CART
```

Install dependencies

```bash
npm install
```

Run project

```bash
npm run dev
```

## Authors

- [Gefferson Casasola](https://github.com/Geffrerson7)