Skip to content

Microservice for manage the whole process of booking for plans and excursions of the cruise.

Notifications You must be signed in to change notification settings

excursiones/bookings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Instructions

docker-machine create --driver virtualbox --virtualbox-disk-size "8000" booking_ms
eval "$(docker-machine env booking_ms)"
eval `docker-machine env 2>/dev/null`

docker build .
docker-compose build

docker-compose run web rails db:migrate
docker-compose run web rails db:seed
docker-compose up

About

Microservice for manage the whole process of booking for plans and excursions of the cruise.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published