All Projects → porybox → porybox

porybox / porybox

Licence: Apache-2.0 license
Porybox is a platform that allows you to display your Pokémon collection.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to porybox

Badges
📝 Markdown code for lots of small badges 🎀 📌 (shields.io, forthebadge.com etc) 😎. Contributions are welcome! Please add yours!
Stars: ✭ 2,987 (+7760.53%)
Mutual labels:  pokemon
Opmon
Currently moving the project to https://github.com/OpMonTeam/OpMon-Godot
Stars: ✭ 221 (+481.58%)
Mutual labels:  pokemon
nextjs-ssr-isr-cdk-aws
🦄 ‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎Next.js webapp using Server Side Rendering (SSR) and Incremental Static Regeneration (ISR) deployed with Serverless Nextjs CDK construct on AWS using CloudFront and Lambda@Edge
Stars: ✭ 78 (+105.26%)
Mutual labels:  pokemon
Cursors
All available cursors
Stars: ✭ 188 (+394.74%)
Mutual labels:  pokemon
Pokeapi
The Pokémon API
Stars: ✭ 2,695 (+6992.11%)
Mutual labels:  pokemon
Pk3ds
Pokémon (3DS) ROM Editor & Randomizer
Stars: ✭ 244 (+542.11%)
Mutual labels:  pokemon
Pknx
Pokémon (Nintendo Switch) ROM Editor & Randomizer
Stars: ✭ 165 (+334.21%)
Mutual labels:  pokemon
alfred-pokedex
Alfred 3 workflow to lookup information about Pokemon
Stars: ✭ 24 (-36.84%)
Mutual labels:  pokemon
Pokegold
Disassembly of Pokémon Gold/Silver
Stars: ✭ 215 (+465.79%)
Mutual labels:  pokemon
Pokemon Reverse Engineering Tools
Tools for building and disassembling Pokémon Red and Pokémon Crystal
Stars: ✭ 249 (+555.26%)
Mutual labels:  pokemon
Pokedex Angular App
For The Love Of Pokemon.
Stars: ✭ 197 (+418.42%)
Mutual labels:  pokemon
Flutter pokedex
A digital encyclopedia of Pokemon .
Stars: ✭ 212 (+457.89%)
Mutual labels:  pokemon
Pokegold Spaceworld
Disassembly of the Pokémon Gold and Silver 1997 Space World demo
Stars: ✭ 246 (+547.37%)
Mutual labels:  pokemon
Sysbot.net
sys-botbase client for remote control automation of Nintendo Switch consoles.
Stars: ✭ 182 (+378.95%)
Mutual labels:  pokemon
Pokedex
An application that uses Retrofit to consume the Pokeapi API, in addition to loading images with Glide.
Stars: ✭ 21 (-44.74%)
Mutual labels:  pokemon
Openpokemonred
WIP: An open-source re-implementation of Pokémon Red
Stars: ✭ 168 (+342.11%)
Mutual labels:  pokemon
Sprites
Repository containing all the Pokémon sprites
Stars: ✭ 231 (+507.89%)
Mutual labels:  pokemon
OpenPoGoWeb
Web View for OpenPoGoBot
Stars: ✭ 79 (+107.89%)
Mutual labels:  pokemon
ProfesorOak
Bot de Telegram para usuarios de Pokémon GO.
Stars: ✭ 50 (+31.58%)
Mutual labels:  pokemon
Pokered
Disassembly of Pokémon Red/Blue
Stars: ✭ 2,924 (+7594.74%)
Mutual labels:  pokemon

porybox

Porybox is a platform that allows users to manage their Pokémon to easily display their collections and make more informed trade decisions.

Usage

Installation

Make sure you have Node 6+ installed.

git clone https://github.com/porybox/porybox.git
cd porybox
npm install

Setting up a local database

To run Porybox locally, you will need to connect to a MongoDB instance somewhere. This section will walk you through how to set up a local MongoDB instance. You can skip the first two steps if you plan to connect to a remote MongoDB instance.

  1. Follow the instructions here to install MongoDB.
  2. Run sudo mongod in another terminal window.

To enter private config information (a remote database URL, or a database password):

cp config/local.example.js config/local.js
# (enter your config information into config/local.js)

Running Porybox

Once you have a database running, use npm start to run Porybox on a local server. You can now interact with it by going to http://localhost:1337.

To run the unit tests, use npm test.

Contributing

We welcome code changes, issue raising and help with documentation, but please remember to read the CONTRIBUTING.md file initially.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].