Rich Full Text editor for collaboration
##Technology Stack
- Angular
- Node.js & Express
- MongoDB
- Socket.IO
Simply login, create a username for yourself, and start editing!
Please ensure MongoDB is installed and run it.
$ mongod (you may need to run sudo mongod)
Next, ensure node and npm is installed and run it.
$ npm install
You're good to go. Start the server with within the project directory:
$ node server.js
Now open up the application and give it a try!
Features for v2.0
- Login with Github OAuth
- Ability to see public repos
- Invite users to collaborate
- Video chat capabilities
Product Owner: Rodaan Rabang