- Deno.js server
- Vue.js client
- AppWrite is (BaaS - Backend as a service)
Update enviroments in web
and server
folder then run command line
bun run dev
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
Rename .env.example
to .env
in server folder and update AppWrite
enviroments.
then run command line:
bun run dev --filter=@app/server
MIT © Dang Van Thanh