Skip to content

tum-esi/wot-marketplace

Repository files navigation

WoTify

Repository of Devices that can be WoT Enabled.

Please read both the READMEs for the frontend and backend before running the application.

Quick start

This project requires the installation of NodeJS and npm to work.

After installing NodeJS and npm, run :

npm i --prefix ./frontend && npm i --prefix ./backend

from the root directory of the project to install all the needed dependencies needed by both the front and back end.

To run the application, run :

npm run build --prefix ./frontend && npm run dev --prefix ./backend