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

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.

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).