Skip to content

pedrost/parking-rails-docker-api

Repository files navigation

- Parking API

Rails Parking app it is a simple API to register entries and outs of parkings using ruby on rails.

Dependencies

Setup app

  • 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

Running specs

  • Just run sudo docker-compose run app bundle exec rspec

Usage

  • Deploy app by running sudo docker-compose up
  • App must be runing on localhost:3000

API Docs

You can find the Postman Docs for this app here

About

Parking Rails Api with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published