Skip to content

allohamora/chepi-back

Repository files navigation

Chepi-back

back-end for chepi

Links

Used technologies

Options

Key Value
Port 3000
Swagger url /swagger
Elasticsearch port 9200

Running the app

# 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

Test

# unit tests
npm run test

# unit tests in watch mode
npm run test:watch

# test coverage
npm run test:cov

Pizzas

# 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:build

Powered by Google Translate