This application is a simple image tagging application. It allows users to upload images and tag them with a list of predefined tags.
To install the application, clone the repository and run the following commands:
yarn install
bundle install
To run the application, run the following command:
./bin/dev
This will start the application on http://localhost:3000
.
To run the tests, run the following command:
bundle exec rspec
To run the linter, run the following command:
bundle exec rubocop