https://github.com/felipeclarindo/ocean-web
Web application in order to raise awareness about the high pollution in seas and oceans, promoting multitudes of cleaning on beaches developed with html, css and javascript for front and python, flask and oracle database for the back.
https://github.com/felipeclarindo/ocean-web
css html oracle-database python python-development web-application
Last synced: about 1 month ago
JSON representation
Web application in order to raise awareness about the high pollution in seas and oceans, promoting multitudes of cleaning on beaches developed with html, css and javascript for front and python, flask and oracle database for the back.
- Host: GitHub
- URL: https://github.com/felipeclarindo/ocean-web
- Owner: felipeclarindo
- Created: 2024-05-28T20:59:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T21:16:26.000Z (10 months ago)
- Last Synced: 2025-06-11T22:36:23.659Z (10 months ago)
- Topics: css, html, oracle-database, python, python-development, web-application
- Language: Python
- Homepage: https://felipeclarindo.github.io/ocean-web/
- Size: 1.16 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
đ [Leia em PortuguĂȘs](README.pt-BR.md)
# Ocean Web
Web site that aims to create a platform to report beaches in poor conditions that need cleaning. The site allows users to submit reports, which are then directed to NGOs and projects dedicated to reducing pollution in the seas and oceans of Brazil.
## Technologies Used
- `Html` - Create page structure.
- `Css` - Apply styles to page.
- `JavaScript` - Language used for the front.
- `Python` - Language used for the back.
- `Oracle DB` - Database used for sending data.
## Passos para execução
1. Clone the repository:
```bash
git clone https://github.com/felipeclarindo/ocean-web.git
```
2. Enter directory:
```bash
cd ocean-web
```
3. Create the `Ambiente Virtual`:
```bash
python -m venv .venv
```
4. Enable `Virtual Environment` by running the `.bat` file in `.venv/Scripts/activate.bat`.
5. Install dependencies:
```bash
pip install -r requirements.txt
```
6. Run the api:
```bash
python database/app/app.py
```
7. Open the file `index.html`.
## Contribution
Contributions are welcome! If you have suggestions for improvements, feel free to open an issue or submit a pull request.
## Author
**Felipe Clarindo**
- [LinkedIn](https://www.linkedin.com/in/felipeclarindo)
- [Instagram](https://www.instagram.com/lipethecoder)
- [GitHub](https://github.com/felipeclarindo)
## License
This project is licensed under the [GNU Affero License](https://www.gnu.org/licenses/agpl-3.0.html).