Skip to content

Latest commit

 

History

History
executable file
·
107 lines (92 loc) · 2.69 KB

README.md

File metadata and controls

executable file
·
107 lines (92 loc) · 2.69 KB

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 [email protected] 25
Diogo Correia digas99 [email protected] 25
Gil Fernandes GilFernandes2000 [email protected] 25
Gonçalo Maranhão GoncaloMaranhao [email protected] 25