nintendo switch e-shop
Brazilian platform that helps Nintendo Switch owners to find their next game
Thanks for all support. If you need help with nindika code, getting in touch in discussions.
nindika is a web application focused on Brazilian market that helps users to discover their next Nintendo Switch game.
brew install libpq
sudo apt-get upgrade
sudo apt-get install libpq-dev
### Setup
1. Clone project
sh
[email protected]:stephannv/nindika.git
```Go to nindika
folder
sh
cd nindika
Setup project (Install Ruby and JS dependencies, recreate databases and etc.):
sh
bin/setup
Generate new credentials with Nintendo API info:
sh
rm config/credentials.yml.enc
bin/rails credentials:edit
Then fill app id and app key (you can get this credentials inspecting Nintendo website):
nintendo_app_id: 'XXXXX'
nintendo_app_key: 'XXXXXX
Import data
sh
bundle exec rake admin:import_data
Run project
sh
bin/dev
Visit http://localhost:3000
$ bundle exec rspec
$ bin/lint
$ gem install brakeman
$ brakeman -A -z -q
nindika is licensed under the MIT license.
Copyright 2022, nindika.