Vue 3 Composition CRUD with API Call

Install All Required Packages

npm install

Install Json Server

npm install -g json-server

Run Project

npm run dev

Start Json Server

json-server --watch db.json --port 3333