Fall Term 2017 Web Development Project
Execute the below command to get the node_modules files.
npm install
Execute the below command to build for production and run the server.
ng install --aot -prod && node server.js
Simply execute
./node_modules/mocha/bin/mochato test the backend part of this project.
A real time web application that provides a code editor and compiler between individuals. Some usage may include practicing online coding interviews and verifying/producing/modifying project code snippets.
Github Markdown Guide : Mastering Markdown
Program Model: Firebase -> Socket.io/Express.JS/Node.JS -> Angular2Connect Node.js to Firebase (api key etc.)Store/Retrieve/Edit/Delete data from Firebase- Either use MongoDB/Firebase for chat data
- Create chat UI (maybe bottom circle on the bottom for group chat)
- Add hackerrank compiler API (supports languages such as C++, Java, etc...)
- Angular-2
- Node.js
- Socket.io
- Express.js
- Firebase
- Hackerrank API
- Save 3 hours of time and get started right away with how to deploy a full-stack web application
- Compatible ACE-Editor with documentation for Angular 2+
- Bulma instead of Bootstrap for user interface
- Firebase Documentation