Coder Social home page Coder Social logo

alicangultekin / gopokedex Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 1dontex1st/gopokedex

0.0 0.0 0.0 166 KB

GoPokedex is an extended Pokémon Go tracker

License: GNU General Public License v3.0

CSS 3.39% JavaScript 11.00% PHP 25.45% HTML 60.16%

gopokedex's Introduction

GoPokedex

GoPokedex is an extended Pokémon Go tracker available at https://gopokedex.com

  • Track your seen, caught, shiny, 100%, 0%, and lucky Pokémon
  • Information about different forms
  • Filter by Pokémon available, what you have, or what you need.
  • Register an account to track, or use an anonymous unique code.

Tech

GoPokedex uses the following technologies:

  • PHP 7 - server side functionality
  • VueJS - user interface framework
  • Bulma - css framework
  • Mailgun - email delivery service

Installation

Installing GoPokedex for your own use should be pretty straight forward if you have installed PHP applications before. The basic steps are:

  1. Download the code.
  2. Run composer install to install library dependencies.
  3. Copy the src/config.sample.yml file to src/config.yml and update with your information.
    • You can use mysql, postgresql, or sqlite databases
    • You will need your own mailgun credentials
  4. Import the 4 SQL files in src/Migration to create the required databases
  5. Create a user and update their role_mask field to 1 to set up as admin
  6. Once logged-in as the admin user, navigate to /admin/pokemon to import the JSON pokedex into the DB.

Missing Pokemon images

To avoid including copyrighted images in the repository, the public/assets/images/pokemon and public/assets/images/pokemon/thumbs folders are empty. You should include your own images in there named with the Pokémon's Pokedex number with a .png extension. (i.e 001.png, 002.png, etc...)

Adding new Pokémon to the system / Updating Pokémon information

To add new Pokémon or update the information for the Pokémon in the system, you can either update the pokemon database directly, or update the src/Migrations/pokedex.json file and re-run /admin/pokemon as the admin user.

Deploying to production

When deploying to production, the only change that you will need to do is update environment variable in the src/Bootstrap.php file to production

Contributing

All contributions are welcome! Working on the Todo items above or Open Issues is encouraged. If you wish to contribute, please create an issue first (if it doesn't exist) so that your feature, problem or question can be discussed.

License

This project is licensed under the terms of the GNU GPLv3.

gopokedex's People

Contributors

ignaciogc avatar 1dontex1st avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.