Skip to content

knopt/iot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Alarm - Internet of things - Project

Backend

This is repository will include web server to store statistics from alarm gathering informations about sleep.

Backend: Golang + MongoDB
Frontend: Angular2

Set up

Install golang
Install mongoDB

Clone this repository

Start mongodb

$ sudo service mongod start

Create database iot

$ mongo
> use iot

Now your database iot should be running on default port

Start server

$ go get github.com/knopt/iot  
$ cd $GOPATH/src/github.com/knopt/iot/backend  
$ go get .
$ go install
$ $GOPATH/bin/backend

Frontend

$ cd $GOPATH/src/github.com/knopt/iot/frontend
$ npm install
$ npm start

Physical device software

TBA

About

Smart Alarm - Internet of Things

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published