© 2018 Tomasz Trzos all rights reserved.
- Ruby 2.5.3
- Rails 5.2.2
- MySQL 7.6
- Docker 18.06.1
- Google Cloud Platform
- Download application
- Import
eshop-core-gcp.postman_collection.json
from/postman_documentation
-
Get the code. Clone git repository.
-
Download and install Docker
https://www.docker.com/products/docker-engine
- To run the project:
bundle exec passenger start
- You can run all tests using this command:
rspec spec
- You can use 'guard' gem to monitor changes in your code and runs tests automatically:
bundle exec guard