This repository contains a web service and a python API to interact with the service.
Description of subsection:
- Current webserver https://159.65.116.139:3000
- Query all devices https://159.65.116.139:3000/devices
- Look up on name https://159.65.116.139:3000/devices/mystream
The interaction between client and database through mongoose.js and express.js.
Express.js handles the routing of the application. Mongoose handles the interaction with MongoDb
To setup service locally. navigate to 'web-social-gardens' and enter 'npm start'
The following sequence diagram is intented to provide a overview of the whole system.