diff --git a/README.md b/README.md index 39595b0..3f66106 100644 --- a/README.md +++ b/README.md @@ -28,15 +28,12 @@ The endpoints are as follows: ## Packages -[node-postgres](https://github.com/brianc/node-postgres) is used to interact with the Postgres database when a client performs requests to the `/api/data` endpoint. +[node-postgres](https://github.com/brianc/node-postgres) is used to interact with the Postgres database when a client performs requests to the `/api/data` endpoint. [mongodb](https://www.npmjs.com/package/mongodb) is used to interact with the MongoDB database when a client performs requests to the `/api/data` endpoint. [jose](https://github.com/panva/jose) is used to sign the JWT which PowerSync uses for authorization. -## Requirements - -This app needs a Postgres instance that's hosted. For a free version for testing/demo purposes, visit [Supabase](https://supabase.com/). ## Running the app