codeforsanjose / courtbot

People need help to not miss a court date. This is a lightweight app for notifications that can be integrated with any county's data.
GNU General Public License v3.0
0 stars 5 forks source link

Determine where we can host REST services and databases #5

Open ying1 opened 2 years ago

ying1 commented 2 years ago

This is a task that we'll likely need to figure out as we are trying to figure out what approach to take. From the email discussions, it sounds like Tulsa courtbot is able to call an remote API to get court data (that we'll provide), to allow reuse.

If we do need to host a service, it would be best if we are using a common approach that Code for San Jose uses to host services (as services do have a cost associated with it). We'll need a place to deploy REST services (a server), and a place to deploy a database.

Task: