Skip to content

N-dcool/Wiki-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiki-API

Created own RESTfull API : Wiki - REST API

Wiki - REST API


💡 Technologies

javascript nodejs mongo-db


Documentation

Document Structure

const postDocumentExample = {
  title: postTitle,
  content: postContent,
};

All Articles

Individual Article

  • Endpoint: https://wiki-api-git-main-n-dcool.vercel.app/articles/{postTitle}
  • Methods: GET, PUT, PATCH, DELETE

🤓 Author

Myself
Naresh Choudhary

💻

Feel free to star ⭐ this repository if you like what you see 😉.