Skip to content

Web app for tracking information about upcoming video games, your favorite video games and more!

Notifications You must be signed in to change notification settings

cruzj6/UpcomingGames

Repository files navigation

#Upcoming Games WebApp A web app for tracking info about upcoming video games, your favorite video games and more!

###Track Info on upcoming, and currently released Games

###Advanced Games Search

###View Most Tracked Games

###Mobile Friendly

###To Build Locally PreReqs: npm installed gulp installed

First you need to create a .env file at the root of the project with the following template (Copy and paste and replace place holders):

BING_KEY=<Bing API key>
DATABASE_URL=<postgres databse url>
GB_KEY=<GiantBomb API key>
STEAM_API_KEY=<Steam API key>
HOME_URL=<{protocol}://{host}:{port}>
PGSSLMODE=require

Next run

npm install

to install node modules

Finally run (requires angular-cli installed):

ng build --watch

to begin watching for code changes

Run to start the express server:

npm start

About

Web app for tracking information about upcoming video games, your favorite video games and more!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published