Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.62 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.62 KB

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 😉.