Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorpa/clustered-redis-deno-todos-app
A demo multi-module project containing a REST API and a web application, to practice and learn about Deno, Hono, React, Docker, Docker Compose, Redis and more.
https://github.com/davorpa/clustered-redis-deno-todos-app
deno docker-compose dockerfile hono honojs redis redis-cluster redis-server vitejs-react-typescript
Last synced: 27 days ago
JSON representation
A demo multi-module project containing a REST API and a web application, to practice and learn about Deno, Hono, React, Docker, Docker Compose, Redis and more.
- Host: GitHub
- URL: https://github.com/davorpa/clustered-redis-deno-todos-app
- Owner: davorpa
- License: agpl-3.0
- Created: 2023-03-17T00:34:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T14:14:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T10:37:01.885Z (3 months ago)
- Topics: deno, docker-compose, dockerfile, hono, honojs, redis, redis-cluster, redis-server, vitejs-react-typescript
- Language: TypeScript
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TODO Tasks API+App
A demo multi-module project containing a REST API and a web application, to
practice and learn about Deno, Hono, React, Docker, Docker Compose, Redis and
more.## Requirements
- Deno 1.31.2+
- Node 14.15.4+
- Docker 23.0.1+
- Docker Compose 2.15.1+## Modules
- Backend: [REST API](./api/README.md)
- Frontend: [TODO Tasks React App](./app/README.md)## License
The content of this project itself and the underlying source code used to format
and display that content is licensed under the
[The GNU Affero General Public License Version 3](LICENSE).