Wikipedia Featured Content Api Proxy developed with NestJS
$ yarn install
Copy the content of .env.example
into .env
and set the value for LIBRE_TRANSLATE_API_KEY
with your provided api key
# Before running the any of the "start" commands make sure the database service is running
$ yarn run docker:up:db
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# To initialize only the database service
$ yarn run docker:up:db
# To create a production build of the app and initialize all services
$ yarn run docker:up:db:all
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
- Author - Diego Ivan Perez Michel