Rails Parking app it is a simple API to register entries and outs of parkings using ruby on rails.
- First run
sudo docker-compose build
to setup containers - Then run
sudo docker-compose run app bundle exec rake db:create db:migrate --trace
to setup database
- Just run
sudo docker-compose run app bundle exec rspec
- Deploy app by running
sudo docker-compose up
- App must be runing on
localhost:3000
You can find the Postman Docs for this app here