Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atilafassina/donex
An edgy todo list. π€
https://github.com/atilafassina/donex
denoland edge-functions netlify remix serverless xata-io
Last synced: about 1 month ago
JSON representation
An edgy todo list. π€
- Host: GitHub
- URL: https://github.com/atilafassina/donex
- Owner: atilafassina
- Created: 2022-05-26T19:41:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T19:50:34.000Z (over 2 years ago)
- Last Synced: 2024-10-12T23:44:57.211Z (2 months ago)
- Topics: denoland, edge-functions, netlify, remix, serverless, xata-io
- Language: TypeScript
- Homepage: https://donex.netlify.app
- Size: 236 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Donex](https://donex.netlify.app)
An edgy todo list. π€
[![Netlify Status](https://api.netlify.com/api/v1/badges/cc7cda85-22d1-4862-9f28-c14b4a9a59a4/deploy-status)](https://app.netlify.com/sites/dreamy-frangipane-7653ec/deploys)
## 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 π³π΄](https://reactnorway.com) (tickets still available).
Prepare your _buzzword bingo_, hereβs our stack and architecture:
- πΏ [Remix](https://remix.run)
- π¦ [Xata](https://xata.io)
- π¦ [Deno](https://deno.land)
- βοΈ [Netlify Edge](https://netlify.com/docs/edge/)...maybe Iβm not done yet. π
## Run locally
1. Add a new database named `donex` in your [Xata](https://xata.io) 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](http://localhost:3000)