Vue Client with Axios to make CRUD requests to Rest API in that:
- Vue Axios GET request: get all Tutorials, get Tutorial by Id, find Tutorial by title
- Vue Axios POST request: create new Tutorial
- Vue Axios PUT request: update an existing Tutorial
- Vue Axios DELETE request: delete a Tutorial, delete all Tutorials
For instruction, please visit:
Related Posts:
More Practice:
Fullstack with Node Express:
Fullstack with Spring Boot:
Fullstack with Django:
Integration (run back-end & front-end on same server/port)
Serverless with Firebase:
npm install
npm run serve
npm run build
npm run lint