Skip to content

Small slack app to manage booking of a massage chair

Notifications You must be signed in to change notification settings

test-IO/massage-booking

Repository files navigation

Massage Booking

Development tools

# Install dependencies
npm install

# Test the app
npm test

# Run the linter
npm run lint

# Run the linter with autofix
npm run lint -- --fix

# Make your machine accessible from the internet (More on https://ngrok.com/)
./ngrok http 3000

Docker

# Build docker images
docker-compose build

# Run development docker
docker-compose run --service-ports web

# Reproduce ci tests
docker-compose -f docker-compose.test.yml build && docker-compose -f docker-compose.test.yml run sut

# Deploying using docker swarm
docker stack deploy -c docker-compose.stack.yml massage-booking

About

Small slack app to manage booking of a massage chair

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published