REST API that implements feature toggle and access tokens creation.
# yarn:
$ yarn install
# npm:
$ npm install
# development
$ yarn dev
# production mode
$ yarn start
Insomnia: Check the doc/insomnia file. Swagger: Check the /documentation route.