Skip to content

christopherstyles/bookmarks

Repository files navigation

Bookmarks

Easily save and search your bookmarks.

Installation

Prerequisites

Install Docker on your system:

Clone this repository.

git clone https://github.com/christopherstyles/bookmarks.git

Run the docker container and setup the database

docker-compose build
docker-compose run web bin/setup
docker-compose up

Access the application

Once the containers are up and running, access your Rails application by navigating to http://localhost:3000 in your web browser.

Testing

To continuously run the tests from the docker container, you can run the following command:

docker-compose run -e "RAILS_ENV=test" web bundle exec guard