Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).