An API for managing vendors and menus.
- Running the API:
npm run serve
- Running the API in debug mode:
npm run debug
- Run the tests:
npm run test
Integration tests are written in Ruby using the Rspec gem.
(Assuming Ruby is installed)
- Navigate to the
tests/integration
directory - Run
bundle install
- Open a new terminal window and run
npm run serve
- Run
bundle exec rspec
NOTE: Running the integration tests deletes all resources.
Endpoints are documented in openapi.yml