Hi, happy to see you here :)
The main part of this app is Search module that implements multicolumn search logic for objects.
Source code of Search module is placed under lib/extras
directory.
To run this project please follow these steps:
- Add
.env
file to the root of the repo and specify your DB credentials within that file. - Run this command:
rake db:{create,migrate,seed}
- Open root (
/
) or/programming_languages
endpoint. - Try to search something.
I hope you enjoy my code :)