An open API service indexing awesome lists of open source software.

https://github.com/dancoutto/denuncia

This is a project to solve environmental problems, more specifically about incorrect waste disposal. It was developed as a final project for the subject "Usability, web, mobile and game development" at my Computer Science college at the UNA educational institution. Oct, 2024.
https://github.com/dancoutto/denuncia

css ecology html javascript mysql php web website

Last synced: 2 months ago
JSON representation

This is a project to solve environmental problems, more specifically about incorrect waste disposal. It was developed as a final project for the subject "Usability, web, mobile and game development" at my Computer Science college at the UNA educational institution. Oct, 2024.

Awesome Lists containing this project

README

          

Instruções para execução:

Instale o XAMPP, inicializador de server local em alguns protocolos disposto em: "https://www.apachefriends.org/pt_br/download.html";

Descompacte o projeto, assim, transformando o .zip em uma pasta;

Coloque o pasta do projeto no diretório "C:/xampp/htdocs/(cole-o aqui)";

Abra o XAMPP e inicialize os serviços "Apache" e "MySQL". Se atente a porta MySQL, o valor deve ser 3306.

Abra o gerenciador do mesmo através: "http://localhost/phpmyadmin/index.php?route=/", abra a sessão "SQL" e escreva o seguinte comando:
"CREATE DATABASE `denuncia`
USE `denuncia`"

Após, clique em "Importar", clique em "Escolher arquivo" e escolha o arquivo disponivel no diretório "C:\xampp\htdocs\denunCIA\sql\denuncia.sql". Em seguida, desça e clique até o botão "Importar".

Então abra o seu navegador e cole: "http://localhost/denunCIA/php/index.html";

Pronto, proteja sua região dos descartes irregulares.

By Daniel Braga Alves do Couto

Seguem algumas imagens do projeto:

___________________________________________________________________________________________________________________________________________________________________________________

Instructions for execution:

Install XAMPP, local server launcher in some protocols available at: "https://www.apachefriends.org/pt_br/download.html";

Unzip the project, thus transforming the .zip into a folder;

Place the project folder in the directory "C:/xampp/htdocs/(paste it here)";

Open XAMPP and start the "Apache" and "MySQL" services. If you are paying attention to the MySQL port, the value should be 3306.

Open the manager via: "http://localhost/phpmyadmin/index.php?route=/", open the "SQL" session and write the following command:
"CREATE DATABASE `denuncia`
USE `denuncia`"

Then, click on "Import", click on "Choose file" and choose the file available in the directory "C:\xampp\htdocs\denuNCIA\sql\denuncia.sql". Then, scroll down and click on the "Import" button.

Then open your browser and paste: "http://localhost/denuNCIA/php/index.html";

That's it, protect your region from irregular discards.

By Daniel Braga Alves do Couto

Here are some images of the project:

![denuncia](https://github.com/user-attachments/assets/8c6b0dbc-5adb-4cae-b0ac-75402ff76e69)
![denuncia2](https://github.com/user-attachments/assets/7ada80d6-5a65-4b83-9468-ca17d4e4e01f)
![denuncia3](https://github.com/user-attachments/assets/c0db1386-a76b-4e67-bd45-be40360c18e6)
![denuncia4](https://github.com/user-attachments/assets/c8b73098-6441-4502-abdf-66d1e3235a05)