A simple Node.js + Express.js CRUD API that stores user data as JSON files based on device IDs. Each device has its own JSON file, allowing the system to store, update, retrieve, and delete data per ...
client/: Contains the frontend React application. Built with Vite for fast development. Uses Redux for state management. Includes components for pages like Home, Products, Todos, etc. Has a store with ...