Coder Social home page Coder Social logo

bridg-example-cloudflare's Introduction

Bridg - Cloudflare Workers

Up and Running

  1. Grab a hosted Postgres DB. You can get a free one on https://www.elephantsql.com

  2. git clone https://github.com/JoeRoddy/bridg-example-cloudlare and cd into directory

  3. Create a file called .env.local at the root of your project and add your connection string to your DB:

    DATABASE_URL="your-postgres-connection-string"
    
  4. Create a Prisma Data Platform account if you don't have one yet and configure your Database for use with Prisma Data Proxy

    • This is necessary to use Prisma with Cloudflare workers
    • After configuring the data proxy, you should be given a proxy url
  5. Initialize your Cloudflare project:

    • npx wrangler generate
    • Select "None"
    • In your generated wrangler.toml file, add your Prisma proxy url from step 3.
     [vars]
     DATABASE_URL="prisma://aws-us-east-1...."
  6. npm install

  7. npm run generate

  8. npm run dev

Learning

  • Open /src/pages/index.tsx to start modifying your query, your prisma client should work exactly as it would on the server
  • Open /cloudflare/index.ts to see how Bridg runs queries, and to change your database rules

bridg-example-cloudflare's People

Contributors

joeroddy avatar

Watchers

 avatar

Forkers

sorenbs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.