Just a repository to host node tryouts
https://github.com/inazrabuu/ntrial.git
Git Instruction:
- Clone the repo into your local disk
- Create a branch named after your name
- Push your branch to remote repo after finishing all the work
- Do not merge to master
App task:
Social Based Customer App
Database: your choice (mongodb is preferred)
-
Create a customer database that contains at least:
- first_name
- last_name
- gender
- bio
- location
- photo
-
Create a login app using a social plugin (facebook/twitter/g+)
-
Fill in the customer database fields using data that are retrieved from social plugin
-
Create a CRUD facility for the database respectively
Realtime Data Exchanger App
-
Create an app that displays feed from social plugin using Socket.io
-
Create an MVP realtime messaging platform using Socket.io