A new way to explore, tourisaki is platform project that aims to connect customers and partners through scheduled lives of the most diverse categories.
The first step is to clone the project and go to the project folder:
git clone https://github.com/touristaki/touristaki-web.git
cd touristaki-web
After installing the docker and docker-compose, being in the project's root folder, execute this commands and magically the project will run:
docker-compose up -d
To make sure that your containers have gone up correctly, all containers must be in the UP
status, execute:
docker-compose ps -a
Once you have your bank set up we can start the project:
rails db:create db:migrate
rails s
🚀 To view the system, just access the browser at the address: localhost:3000