Skip to content

thirunjuguna/easy_rental

Repository files navigation

Easy Rental

Coverage Status Build Status

Development

This project is configured to run in Docker containers facilitated by docker-compose. nib is our tool of choice for interacting with docker-compose in development.

Running the app

Use nib to build and start up the web app.

nib build --pull
nib up

Running Tests

The app is configured to use guard facilitate running the tests as files change. To start up guard run:

nib guard web

Alternatively the specs can be run as a one-off with:

nib rspec web