- Improve desing of views
./views/*
requires knowledge of JADE syntax, HTML and optionally CSS - Move JS code inside of the index.html (Globe App) to another file
- Improve tests
- Create test structure: directory, modules (mocha, supertest, shouldjs)
- Use promises for db connections in routes and remove callbacks