Skip to content

Building SkypeClone using React.js, Express.js, Node.js, MongoDB & WebRTC

License

Notifications You must be signed in to change notification settings

hassoun86/SkypeClone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkypeClone

Building SkypeClone using Material-UI, React.js, Express.js, Node.js, MongoDB & WebRTC

Teams:

  • Yaser
  • Hussein

  • Ahmad
  • Mudhafar

  • Jose
  • Sareh

  • Mir
  • Michal

Data Temp

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()

Skype Clone Heroku App Link

Specifications Video

Specifications Text

Balsamiq Wireframes

About

Building SkypeClone using React.js, Express.js, Node.js, MongoDB & WebRTC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Shell 1.6%