Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codefromanywhere/todo-example
https://github.com/codefromanywhere/todo-example
demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/codefromanywhere/todo-example
- Owner: CodeFromAnywhere
- Created: 2024-07-28T07:16:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T07:40:35.000Z (4 months ago)
- Last Synced: 2024-08-16T13:26:27.997Z (3 months ago)
- Topics: demo
- Language: HTML
- Homepage: https://todo-example-delta.vercel.app
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a minimal example using ActionSchema Auth and ActionSchema Data to produce a fully functional full stack application where a user can manage todos.
TODO:
- Ensure logout/login/login results in the same user, always
- Ensure login token only gets access to needed stuff with scope `required` (not admin)
- Ensure website.yaml can generate in the order that is required.
- Ensure to replace website.yaml variables using `.env`
- Upsert Database: `database.yaml` -> `todo-schema.json` -> openapi url
- Upsert Auth Client: `upsertClient` -> `.env`After I optimise for this, creating a full-stack todo app such as this can be done using a CLI.