Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiki-API

A RESTful API for wikipedia made with expressjs, mongoose and mongoDB-atlas to extract, add, delete, update the articles.

image

Endpoint :

https://localhost:3000/articles

Parameters :

  1. title
  2. content

Functionalites :

for route https://localhost:3000/articles -

  1. Get information for all the articles/documents.
  2. Add the document by entering the values of title and content.
  3. Delete all the articles.

for route https://localhost:3000/articles/{specific_article} -

  1. Get information by specifying the title in route.
  2. Update the whole document/article by specifying the title in route and enter the new values of title and content.
  3. Update part of the document/article by specifying the title in route and enter the new values of either title or content or both.
  4. Delete the unwanted article by specifying the title in route.

## Tested with Postman

About

A RESTful API for wikipedia.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages