Skip to content

A web app where you and your friends can find games you would like to play together

Notifications You must be signed in to change notification settings

maxim-sermin/game2gather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game2gather

Built with Spring Boot and Angular

Rate some games Rate games

Choose players and find games you all like Match games

Running locally

Database

  • Spin up any SQL database (tested with PostgreSQL)

Backend

  • Set environment variables:
    • DATABASE_URL=postgres://game2gather-user:secret_pw@localhost:5432/game2gather
    • FRONTENDURLS=http://localhost:4200
  • Run with ".\gradlew.bat bootRun"

UI

  • Make sure backend is already running
  • Run npm start for a dev server. Navigate to http://localhost:4200/
  • Initial username/password on empty DB is 'initialChangeMe'

About

A web app where you and your friends can find games you would like to play together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published