/ACME-IoT

Primary LanguageJavaScript

ACME's REST interface with docker

  • This repository is not complete yet.
  • I am still working on dockerize this ACME MERN full-stack web-app. .

About the app

  • It is an implementation of an ACME's REST interface that allows a device to store its state in the cloud. This application CRUD service will update the state of a given device when changes.
  • I chose to use a React editable table for the UI section. You can find the library at: DevExtreme React Grid

How to run this app

  1. At the moment you can only check the front-end of this app
  2. Run npm install to install all dependencies.
  3. Run npm start to start the app.
  4. Open your browser in http://localhost:3000/.