Skip to content

Flask backend to receive, store, and retrieve information from IOT sensors

Notifications You must be signed in to change notification settings

jessetham/sensorvault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sensor Vault

Flask backend to receive, store, and retrieve information from IOT sensors. Written in Python 3 and Flask.

Contributing

Setup the environment

Create a virtual environment to store all of the project requirements. Python 3 is tested and recommended.

# Create a venv
$ python3 -m venv sensorvault
$ source sensorvault/bin/activate
# Update pip to the latest version
(sensorvault)$ pip install --upgrade pip

# Change directories to the project directory
(sensorvault)$ cd <path-to-project>/sensorvault
# Download dependencies for PyPI using pip
(sensorvault)$ pip install -r requirements.txt

Run unit tests

# In root directory of the project
(sensorvault)$ python -m unittest tests

About

Flask backend to receive, store, and retrieve information from IOT sensors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published