Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 690 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 690 Bytes

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'