An application designed to submit a new feature request based on BriteCore's full stack Software Engineer career requirements, providing client CRUD interface, with sorting priorities by drag and drop. Also adding web socket for real time updates to help admin organize work.
Check our website here It's COOL!.
- Front-End
- Angular
- Bootstrap
- jQuery
- Back-End
- Node/Express
- MongoDB
- Socket.io
- Testing
- Mocha
- Chai
- Deployment
- Heroku
git clone https://github.com/Zarad1993/lets-innovate.gitnpm install && bower installsudo mongodOpen client/js/services/services.js
SWITCH from
var socket = io.connect('http://lets-innovate.herokuapp.com');
TO
var socket = io.connect('http://localhost:8000/#/');http://localhost:8000/#/gulpnpm test