Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 655 Bytes

readme.md

File metadata and controls

45 lines (29 loc) · 655 Bytes

Fastify-Vuejs + Mongodb + Rest Api + Crud Operations

Preparation client and server

npm  install

Starting application client

 npm run serve

Starting application server

 node app.js

API endpoints

https://vue-client.vercel.app/blogs/

/api/blog Get - Get blogs.

/api/blog/:id Get - Get single blog.

/api/blog Post - Create blog.

/api/blog/:id Put - Put blog.

/api/blog/:id Delete - Delete single Blog.