ammancilla / r-packages-index-coding-exercise

Solution to a coding exercise from XXX company.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Solution to a coding exercise from XXX company.


Languages

Language:Ruby 78.3%Language:HTML 14.9%Language:JavaScript 3.0%Language:Shell 1.9%Language:CSS 1.9%