digitalocean/page-ratings
Python
Captured source
source ↗published Dec 9, 2022seen 5dcaptured 9hhttp 200method plain
digitalocean/page-ratings
Description: DigitalOcean Functions application that receives page ratings
Language: Python
License: MIT
Stars: 0
Forks: 0
Open issues: 1
Created: 2022-12-09T22:10:58Z
Pushed: 2022-12-13T18:50:12Z
Default branch: main
Fork: no
Archived: no
README:
Page Ratings app
This app, designed to be deployed as a Functions app on DigitalOcean, collects page ratings, given the following environment variables:
DB_HOSTDB_USERDB_DATABASEDB_PASSWORDDB_PORT
Prerequisites
1. [Optional] This is a Python 3.x app; to run locally, you'll want to install the Python runtime and run pip install mysql-connector-python 2. Provision a MySQL server; we recommend the DigitalOcean Managed MySQL database product. Then, create the required schema by executing the SQL contained in the .sql file