8000 GitHub - curzonj/gamemech1: Exploration of game mechanics
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 6, 2019. It is now read-only.

curzonj/gamemech1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts and commands

Everything is defined in package.json in scripts.

Database

cd api
npm run migrate
npm run seed

Discord Oauth

https://discordapp.com/developers/applications/#top

Heroku Config vars

DATABASE_URL:                  ....
DISCORD_CALLBACK_URL:          https://gamemech1.herokuapp.com/auth/discord/callback
DISCORD_OAUTH_CLIENT_ID:       ....
DISCORD_OAUTH_CLIENT_SECRET:   ....
JWT_SECRET:                    ....
PUBLIC_URL:                    https://gamemech1.herokuapp.com
REACT_APP_API_ENDPOINT:        https://gamemech1.herokuapp.com
REACT_APP_OAUTH_AUTHORIZE_URI: https://discordapp.com/api/oauth2/authorize?client_id=.....
REACT_APP_OAUTH_CALLBACK_PATH: /oauth_callback
SESSION_SECRET:                ....

Style Guide

You'll find things that don't follow these guides, feel free to correct it.

Highlights

  • CamelCase everything (js files incliuded), except postgresql db columns
  • Use semi-colons
  • Use single quotes

About

Exploration of game mechanics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0