Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 187 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 187 Bytes

CRUD_WMONGO

NODE Crud API w/ Mongodb

run with

npm start

post request url and format is

localhost:8080/api/task
{
    "title": "green",
    "completed":true
    }