TabT-Rest
This api is a bridge to the TabT SOAP API. It contacts TabT and cache results in order to reduce latency for some requests. More documentation will come.
Prerequisites
- Node 10 or higher (https://nodejs.org/)
Installation
$ git clone https://github.com/Fllorent0D/tabt-nest
$ npm installRunning the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodTest
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covStart with pm2
pm2 start ./dist/index.jsRelease History
- 1.0.0
- First complete implementation with OpenApi specs
Meta
Cardoen Florent – @Fllorent0D – f.cardoen@me.com
Contributing
- Fork it (https://github.com/Fllorent0D/Tabt-GraphQL)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request