Description

VUE 3 ToDo App With Rest API

Screenshot

alt text

Installation Prerequisites

Fake REST API – JSON SERVER

Json Server Installation

npm install -g json-server

Serve REST Service

cd fakeRestApi
json-server --watch db.json

API Test

alt text

Project Installation

npm install
npm run serve

For production environments…

npm install --production
NODE_ENV=production node app

Verify the deployment by navigating to your server address in your preferred browser.

localhost:8080

License

MIT

GitHub

View Github