Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

jmrl23/capstone-backend

Repository files navigation

Backend

Backend server that communicates with the IoT using mqtt protocol and websocket for application(s)

Banner

Installation

yarn # or npm install

Commands

Command Description
yarn run build build
yarn run start start (should run build first)
yarn run start:dev start in development mode (using swc)
yarn run start:prod start in production mode (should run build first)
yarn run format format code (using prettier)
yarn run lint lint code (using eslint)