Check out the video demo of the PokeSafari:
https://youtu.be/V0Ajt6QeP40?si=diM6XBgR1eyFRm-t
In the PokeSafari you can access a full list of the first generation Pokemon and explore the safari zones just like the Pokemon series. In this app a user can go to different zones to capture the unique pokemon in each safari zone.
-Established a Rails API backend that uses an MVC structure and RESTful conventions.
-Accessed Sqlite3 database using ActiveRecord to pull information about Pokemon and users.
-Used Sessions & Cookies to store user data when logging in or creating a new account.
-Executed Bcrypt for user authorization and authentication.
-
Clone to local machine with 'git clone git@github.com:rikmarqk/PokeSafari.git'
-
Change directory into the application with 'cd PokeSafari'
-
Run 'bundle install' to install gem file
-
Run 'rails db:create' then 'rails db:migrate' to seed database file seeds.rb
-
Run 'rails s' to start the local server
-
Go to 'http://localhost:3000/' to enjoy the PokeSafari