Skip to content

rikmarqk/PokeSafari

Repository files navigation

Welcome to the PokeSafari ! :)

Check out the video demo of the PokeSafari:

https://youtu.be/V0Ajt6QeP40?si=diM6XBgR1eyFRm-t

PokeSafari

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.

How to install

  1. Clone to local machine with 'git clone git@github.com:rikmarqk/PokeSafari.git'

  2. Change directory into the application with 'cd PokeSafari'

  3. Run 'bundle install' to install gem file

  4. Run 'rails db:create' then 'rails db:migrate' to seed database file seeds.rb

  5. Run 'rails s' to start the local server

  6. Go to 'http://localhost:3000/' to enjoy the PokeSafari

About

Phase 2 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published