Skip to content

atilafassina/donex

Repository files navigation

An edgy todo list. 🤠

Netlify Status

What’s up with this?

Donex is a showcase of a bunch of cool technologies. It's a demo, a PoC, and a template. It's also part of my upcoming talk in React Norway 🇳🇴 (tickets still available).

Prepare your buzzword bingo, here’s our stack and architecture:

Run locally

  1. Add a new database named donex in your Xata dashboard

  2. You can use the schema.json to create the necessary tables

  3. With the Xata Shell install, run xata init and connect the project to the database

  4. npm run xata-codegen will create typescript types, and a file for XataClient

  5. Create an .env and add your credentials (you can use .env.template as reference)

  6. npm run dev will start the app on 3000