Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dangvanthanh/vue-shopping-cart

Simple shopping cart with Vue.js and Deno.js
https://github.com/dangvanthanh/vue-shopping-cart

deno honojs pandacss vue vuejs

Last synced: 1 day ago
JSON representation

Simple shopping cart with Vue.js and Deno.js

Awesome Lists containing this project

README

        

# Vue Shopping Cart

![](screenshot.png)

## Technologies

- [Deno.js](https://deno.land/)
- [Hono](https://hono.dev/)
- [Vue.js](https://vuejs.org/)
- [PandaCSS](https://panda-css.com/)

## Development

- [x] Deno.js server
- [x] Vue.js client
- [x] AppWrite is (BaaS - Backend as a service)

## Gettting Started

Update enviroments in `web` and `server` folder then run command line

```bash
bun run dev
```

### Frontend

Rename `.env.example` to `.env` in client folder and update API enviroments.

```
VITE_ALOVA_TIPS=0
VITE_BASE_URL_API=http://localhost:8000
```

then run command line

```shell
bun run dev --filter=@app/web
```

### Backend

Rename `.env.example` to `.env` in server folder and update AppWrite
enviroments.

```
```

then run command line:

```shell
bun run dev --filter=@app/server
```

## License

MIT © [Dang Van Thanh](https://dangthanh.org)