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.
- Host: GitHub
- URL: https://github.com/dancoutto/denuncia
- Owner: dancoutto
- Created: 2024-12-01T14:09:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T19:18:37.000Z (over 1 year ago)
- Last Synced: 2025-06-12T23:40:11.753Z (about 1 year ago)
- Topics: css, ecology, html, javascript, mysql, php, web, website
- Language: CSS
- Homepage:
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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:



