Node API Management provides a REST API for performing operations on selected entities, such as federal deputies.
-
Run from source using the following commands:
npm installnpm start
-
Run tests
npm test
-
Generate doc
gulp doc
-
Run with Docker Compose
-
docker-compose up
-