Skip to content

balazsorban44/edge-xata-integrity

Repository files navigation

XMDB Xatafly, the logo from Xata

Xata Movie Database (XMDB) was built with Xata using Next.js and TypeScript to showcase Xata can be used by large databases (over 9 million records).

🚧 Under Heavy Development

Features ⚡️

Under the Hood ⚙️

Setup 🧱

To have your own local instance of this app, you will need 2 API keys, and your deployment URL.

  • XATA_API_TOKEN: to connect your own Xata workspace.
  • OMDB_API_TOKEN: used as fallback to complement whenever there's missing data in our tables.
  • VERCEL_URL: popullated by Vercel, on your local environment it’s your local server url (https://localhost:3000 by default).

Once you have those keys, you can create your own .env or .env.local as shown in .env.template.

⚠️ Remember to never share this tokens in unsecured connections.

Run Locally 🧑‍✈️

  • Run the dev task to compile and serve it using Webpack.
  • Run turbo:dev to compile and serve it using Turbopack.

⚠️ Turbopack does not support PostCSS, so it is important to replace globals.css import with dist.css.


Xatafly, Xata's logo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published