Skip to content

Teslys/MongoDb-Restful-api-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

MongoDb-Restful-api-nodejs

Api Usage

Get Collection => "http://localhost:[port]/[password]/getcollection/[Collection]"
Get Document => "http://localhost:[port]/[password]/get/[Collection]/[Field Name]/[Field Value]"
İnsert Document => "http://localhost:[port]/[password]/insert/[Collection]" // Method: [POST]

Post Updated Document Data after Get Document

    Update Document => "http://localhost:[port]/[password]/update/[Collection]" // Method: [POST]

Config


{
    "url": "mongodb://localhost/[databaseName]",
    "poolSize":25,
    "apiPass":"[password]",
    "port":[port]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages