Skip to content

nnaku/prty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRTY

Prty was an school project, and development is discontinue. The project runs on JVM with Spring-boot and frontend is powered by Vue.js framework.


Requirements

  • Maven
  • Java
  • Node.js ?
  • SQL Database

Prerequisites

Install at least what is listed on requirements

Create database and user
CREATE DATABASE prty;
CREATE USER 'prty'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON prty . * TO 'prty'@'localhost';
FLUSH PRIVILEGES;
Set JAVA_HOME

Environment variable instructions here

Run it

cd backend
mvn spring-boot:run

app runs at localhost:8080

Login with default user credentials

-u admin@prty.fi

-p AdminSecr3t!

Build it

Not going happen atm 😢

How to play

Login, select game and start an lobby.

Other players can join by giving lobby token "qwerty" and name, from web root.

Start a game.

Its a bit tricky, because its unfinished. 😢

Do not hesitate to reboot jvm again


Authors

Aku Kangas - Github

Matti Holopainen - Github

Tiina Ojala - Github

Maarit Saariniemi - Github

Acknowledgments

We were in a hurry and it is also visible

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •