To install and run json server for fake API
npm install -g json-server
json-server -p 5000 --watch db.json
- you can see on localhost:5000/users.
- For more information about fake api and json server view Documantation
Clone Project and run below command
git clone [email protected]:Payal17122000/nuxt3-demo.git
npm install
npm run dev
- perform crud operations with the help of pinia