Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 872 Bytes

README.md

File metadata and controls

57 lines (37 loc) · 872 Bytes

Vue Shopping Cart

Technologies

Development

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

Gettting Started

Update enviroments in web and server folder then run command line

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

bun run dev --filter=@app/web

Backend

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

then run command line:

bun run dev --filter=@app/server

License

MIT © Dang Van Thanh