/r-packages-index-coding-exercise

Solution to a coding exercise from XXX company.

Primary LanguageRuby

R Packages Index

Solution to a coding exercise given by XXX company.

Development

I recommend running this project with docker. To get started, follow the instructions bellow.

Prerequisites

  1. Docker

    Install docker following the instructions from the official docker page:

And that's it!

Running the app

1. Clone the repository

> git clone git@github.com:ammancilla/r-packages-index-coding-exercise.git

2. Go to the project folder

> cd /path/to/project-folder

3. Build the project docker image

> docker/build

5. Start the application

docker/server

6. Run the migrations

docker/migrate

7. Have fun!

Visit localhost:3000 in your prefered browser.

Testing

To run the test suite execute:

docker/rspec