/cistella

Shopping lists APP PoC

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Cistella

Cistella is a really simple web app (just a REST Json API with a minimal client). Its backend just contains a simple CRUD for shopping lists (key-hashmap) and it is intended to run using Redis as database. On the frontend, a React client is used to get shopping lists

Dependencies

It uses Redis as a database.

Backend (Rust)

Frontend

Disclaimer

This is just a proof of concept.