nindika is a web application focused on Brazilian market that helps users to discover their next Nintendo Switch game.
Ruby: 3.0.2
PostgreSQL: 13
Node.js: >15
-
Clone project
$ git@github.com:stephannv/nindika.git
-
Change directory to
nindika
$ cd nindika
-
Install project dependencies:
$ bundle install $ yarn install
-
Setup database:
$ rails db:setup
-
Generate new credentials with Nintendo API info:
$ rm config/credentials.yml.enc $ rails credentials:edit
Fill app id and api key:
nintendo_algolia_application_id: 'XXXXX' nintendo_algolia_api_key: 'XXXXXX
-
Import data
$ rake admin:import_data
-
Run project
$ rails s -p 3000
-
Visit http://localhost:3000
$ bundle exec rspec spec
$ bundle exec rubocop
$ brakeman -A -z -q
nindika is licensed under the MIT license.
Copyright 2021, nindika.