Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSS — Desenvolvimento de Sistemas de Software(Português)

Implementação de um Sistema Integrado de Cadeia de Restaurantes, desenvolvido no âmbito da unidade curricular de Desenvolvimento de Sistemas de Software da Universidade do Minho.

É possível consultar:

GrupoTP-14

Membros do Grupo

Dependências

Base de Dados

O programa é compatível com MariaDB e MySQL.

Após instalar um dos sistemas de gestão de base de dados, devem ser executados os seguintes comandos no cliente SQL:

CREATE DATABASE EatHub;

CREATE USER IF NOT EXISTS 'me'@'localhost' IDENTIFIED BY 'Mypass12345678!';

GRANT ALL PRIVILEGES ON *.* TO 'me'@'localhost';

FLUSH PRIVILEGES;

Após a execução destes comandos, o programa pode ser iniciado.

Para configurações adicionais, consultar o ficheiro
fase-2/README.md.

⚠️ Aviso
O programa utiliza MySQL por omissão.
Para utilizar MariaDB, é necessário alterar a configuração correspondente no ficheiro DAOconfig.java.

Execução do Programa

Vá para a diretoria fase-2/eat-hub/

cd fase-2/eat-hub/

Para compilar:

make compile

Para compilar e executar:

make run

Limpeza de ficheiros

Para remover os ficheiros gerados durante a compilação:

cd fase-2/eat-hub/
make clean

DSS — Software Systems Development(English)

Implementation of an Integrated Restaurant Chain System, developed within the scope of the Software Systems Development course at the University of Minho.

You can consult:

GroupTP-14

Group Members

Dependencies

Database

The program is compatible with MariaDB and MySQL.

After installing one of the database management systems, the following commands must be executed in the SQL client:

CREATE DATABASE EatHub;

CREATE USER IF NOT EXISTS 'me'@'localhost' IDENTIFIED BY 'Mypass12345678!';

GRANT ALL PRIVILEGES ON *.* TO 'me'@'localhost';

FLUSH PRIVILEGES;

After executing these commands, the program can be started.

For additional configurations, consult the file
fase-2/README.md.

⚠️ Warning
The program uses MySQL by default.
To use MariaDB, it is necessary to change the corresponding configuration in the file
DAOconfig.java.

Running the Program

Go to the fase-2/eat-hub/ directory:

cd fase-2/eat-hub/

To compile:

make compile

To compile and run:

make run

Cleaning Files

To remove files generated during compilation:

cd fase-2/eat-hub/
make clean

About

Sistema Integrado de Cadeia de Restaurantes

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages