aml2732 / upcoming-switch-games

Alternative graphical interface for displaying upcoming games in bulk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upcoming Switch Games

  • npm start: Run application in development mode
  • npm run build : builds prod ready /build dir outputs
  • (new terminal window) DATABASE_URL=<PG connection string> npm run backend: to run the server
  • DATABASE_URL=<PG connection string> node admin : run the admin server (totally not even remotely working yet)

API :

  • http://localhost:5000/games/list : lists games in system

ADMIN API

  • http://localhost:5001/games/newimage (POST) new (DONE)
  • http://localhost:5001/games/gamesImageList helper so I can see the state of the db
  • http://localhost:5001/games/getImage/:id fetch a single image from the db

Heroku commands:

  • git push heroku master updates heroku app with latest commit content.

Demo:

https://powerful-refuge-64756.herokuapp.com/

example image of public app example image of admin app

About

Alternative graphical interface for displaying upcoming games in bulk


Languages

Language:JavaScript 62.8%Language:HTML 28.3%Language:CSS 8.8%Language:Procfile 0.1%