Skip to content

GilFernandes2000/GameBET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameBET

Project for Análise de Sistemas (System Analysis)

Departamento de Electrónica, Telecomunicações e Informática - Universidade de Aveiro

Setup

To setup the app, first make sure to have Docker [How to here] and Docker Compose [How to here] running on your machine.

  • Configure the database on db-config.json (this file must be present)
{
    "host": "<host of MySQL>", // (localhost, etc)
    "username": "<MySQL user>", // (root, etc)
    "password": "<password of user>",
}
  • Create secret.php file
$ sudo chmod +x secret.sh
$ ./secret.sh
  • Assemble and run the necessary containers
$ docker-compose up --build

The server will, then, be running on localhost:80.


Login Users

$usernames = array(
    "AlienatedMussel",
    "NeedlessTermite",
    "ObsoleteAuk",
    "IdealCobra",
    "PhonyMagpie",
    "VulnerableCrocodile",
    "OurVole",
    "PaternalThrushe",
    "FeignedBison",
    "DidacticBongo",
    "AblePorcupine",
    "GleamingSeahorse",
    "DraftyOxbird",
    "WonderfulRat",
    "DiligentRoedeer",
    "PolishedRhino",
    "ClassyMoth",
    "IndolentBaboon",
    "WorstMinnow",
    "UnguardedPelican",
    "UpbeatHawk",
    "ThirstyCow",
    "ObsceneHedgehog",
    "FumblingCod",
    "JoblessLlama",
    "EvasiveGuillemot",
    "RespectfulDingo",
    "HypnoticCamel",
    "StingyWalrus",
    "SomeBlackfish",
    "AxiomaticPig",
    "SecondhandJay",
    "SuperbDunbird",
    "WorthwhileCurlew",
    "PopularCrane",
    "WeightyGoldfinch",
    "GuiltlessIbexe",
    "ChildishPeafowl",
    "RotatingGull",
    "ProbableWoodcock",
    "UltimatePython",
    "SuburbanSwan",
    "TastyHeron",
    "UnpleasantWildebeest",
    "ThunderousCormorant",
    "TrainedWildcat",
    "OutlyingBoa",
    "PassiveViper",
    "MuddledShads",
    "EndurableColobus"
);

Password to all users: 123456


Tests w/ Selenium

Na pasta /tests tem lá um exemplo de um caso de uso testado no Seleniumn IDE.


Equipa

Name Github Email Contribuição(%)
Diana Rocha rochadc00 rochadc00@ua.pt 25
Diogo Correia digas99 diogo.correia99@ua.pt 25
Gil Fernandes GilFernandes2000 joaogilfernandes@ua.pt 25
Gonçalo Maranhão GoncaloMaranhao goncalo.rodrigues@ua.pt 25

About

Project for Análise de Sistemas (System Analysis)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 42.8%
  • CSS 32.8%
  • JavaScript 22.3%
  • Hack 1.2%
  • Other 0.9%