Skip to content

React Redux App for displaying opponents on stream

Notifications You must be signed in to change notification settings

RobbiePlata/Pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux

Requirements

NodeJS Yarn

Instructions

Pokedex

cd pokedex
yarn install
/packages/server/.env -> 
MONGOUSERNAME="yourusername"
MONGOPASSWORD="yourpassword"
DBNAME="yourdbname"
/packages/server/resources/config ->
"myNames": "scnickname"

example MongoDB

MongoDB Player Schema

validator: { 
    $jsonSchema: { 
      bsonType: "object", 
      required: [ "name", "type", "description", "image" ], 
      properties: { 
        name: {
          bsonType: "string",
          description: "must be a string and is required"
        },
        type: {
          bsonType: "string",
          description: "must be a string and is required"
        },
        description: {
          bsonType: "string",
          description: "must be a string and is required"
        },
	race: {
          bsonType: "string",
          description: "must be a string and is required"
        },
        image: {
          bsonType: "string",
          description: "must be a string and is required"
        },
      }
    }
  }

About

React Redux App for displaying opponents on stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published