Built with Spring Boot and Angular
Choose players and find games you all like
- Spin up any SQL database (tested with PostgreSQL)
- Set environment variables:
- DATABASE_URL=postgres://game2gather-user:secret_pw@localhost:5432/game2gather
- FRONTENDURLS=http://localhost:4200
- Run with ".\gradlew.bat bootRun"
- Make sure backend is already running
- Run
npm start
for a dev server. Navigate tohttp://localhost:4200/
- Initial username/password on empty DB is 'initialChangeMe'