Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 366 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 366 Bytes

DataBS

Database using mongodb

MongoDB's model for apdevide

strore data as flexible, Json file.

{
     _id: '2c39400000cfff849689485d',
    firstname:'Kanye',
    lastname:'West',
    address:{
    street:'Siping Rd',
    City:'Shanghai',
    State:'SH',
    zip:'1239'
    }
}

maped to objects in apdevices application for the backend design