Skip to content

RESTful API to access the "building events and control" database

Notifications You must be signed in to change notification settings

matthiku/buildingAPI

Repository files navigation

buildingAPI

####RESTful API to provide access to the "Building Events and Control" database

Provides access for web frontend and backend control or monitoring programs

Using

Installation:

  • Clone the repository
  • Install the dependencies using composer update (composer needs to be installed beforehand)
  • Create a new, empty database and a user with full access rights to this DB
  • Copy the file .env.example as .env and modify it to reflect the database parameters in the previous step
  • Create and seed the database with php artisan migrate --seed

Background

This module is the interface part of a 3-tiered project called "Building Automation, Control and Monitoring":

buildingAutomationBackend < - > buildingAPI < - > buildingAutomationFrontend

flowdiagram Full Size

(C) Matthias Kuhs, Ireland, 2015

About

RESTful API to access the "building events and control" database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published