The admin web app for Voyage.
Voyage is a service that allows users to plan their trips and look for relevant knowledge about cities.
Useful documentation can be found in the docs folder.
$ npm install
# Create a .env file in the root of the project and add the environment variables
# The .env.example file contains the list of required environment
# development
$ npm run dev
The swagger UI is available at the following endpoint: /api/docs
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov