Building SkypeClone using Material-UI, React.js, Express.js, Node.js, MongoDB & WebRTC
- Yaser
- Hussein
- Ahmad
- Mudhafar
- Jose
- Sareh
- Mir
- Michal
For the porpuse of the examine the Schema of the mongoose we created the data.js
file in temporary
folder.
-To add the data to your Database
apply the following lines in your mongo database in Terminal
:
use skypeClone
db.createCollection('users')
load('data.js')
db.users.find()