License service
License service - REST API service for working with user licenses.
Place of work
- Company Vilijavis
Implemented
- A service has been created to obtain data about licenses and their users.
- Added the ability to work with data from managers responsible for issuing licenses.
- A utility has been written to work with the service from the command line.
Work done
- Database designed.
- Written migrations.
- Developed REST API for the user, for licenses, for managers.
- A utility has been written to work with the service.
- Written tests to check the operation of the REST API service.
Technologies / tools
- JavaScript, Node.js, MySql, PhpStorm, Git.
- Packages used: Express, Sequelize, Restify, Body-parser, Command-line-args, Passport, Password-hash, Db-migrate-mysql, Mocha, Async.