Skip to content

gulbaki/fastify-nodejs-vuejs-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published