As I applied for a german medical company, they wanted to have a demonstration of my Node.js skills and gave me a task to develop. There is a Mongo database where doctor (customer) data is saved. Via a RPC interface it should be controllable over the internet. To protect it there is also a login command with DOS protection.
Tech Stack:
- Typescript
- Node.Js 6.11
- npm 5.3.0
- UnitTests with Mocha & Chai
- Mongo Db
- tsLint
- jsonwebtoken
- lodash
- web-request
- Windows batch script
