Skip to content

AurioPinto/Screen-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Database using mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 65.1%
  • JavaScript 24.7%
  • HTML 10.2%