mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-17 04:56:06 +01:00
609 B
609 B
server
The server for handling two way communication with a iot Device
About
This project uses Express. An open source framework for building APIs and applications.
Getting Started
-
Install your dependencies
cd path/to/server yarn -
Start your app
yarn compile # Compile TypeScript source yarn migrate # Run migrations to set up the database yarn start
Testing
Run yarn test and all your tests in the test/ directory will be run.