Repository files navigation
Create flask APis for operating a garage door
Maintain security through login and persistence of JWT tokens
Provide simple APIs for opening/closing and retrieving the current status
Learn more about application hosting on Raspberry Pi
After cloning repo:
create virtual environment: virtualenv venv
activate virtual environment: source ./venv/scripts/activate
install production dependencies: pip install -Ur requirements.txt
install test dependencies: pip install -Ur test_requirements.txt
Install docker desktop for linux containers
Provide any corresponding test coverage in directories /test/integration and /test/unit
Prior to committing code execute ./run_all_tests.sh
will start/stop a postgres docker container
Stand up application by executing python app.py
will need to execute flyway against a postgres database for production
About
Flask python APIs to log into, check state, and open/close garage door.
Topics
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.