back-end for chepi
| Key | Value |
|---|---|
| Port | 3000 |
| Swagger url | /swagger |
| Elasticsearch port | 9200 |
# development
npm run start
# development in watch mode
npm run start:dev
# production
npm run start:prod
# start services
docker-compose up
# start services and chepi-back back-end in production mode
docker-compose --profile production up# unit tests
npm run test
# unit tests in watch mode
npm run test:watch
# test coverage
npm run test:cov# pizzas docker-compose
npm run pizzas:docker-compose (up | down | etc)
# run pizzas.json build script
npm run pizzas:build:script
# needs docker and docker-compose
# build pizzas.json
npm run pizzas:buildPowered by Google Translate