Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.
 
 

Repository files navigation

Flask REST API

Instalar VirtualBox e Vagrant

Inicializar VM

vagrant destroy
vagrant up
vagrant ssh

ln -s /vagrant_data prototipo

cd prototipo
make install

source ~/.venv/bin/activate

make initdb

make shell
import sensor_sim
sensor_sim.create_all()
exit

make run

Usar VM

vagrant status
vagrant up
vagrant ssh

source ~/.venv/bin/activate
cd prototipo
make run

Ctrl+C
exit
vagrant halt

Browser

localhost:5000

About

Computer Engineering Internship. Simple Python Flask-Restful API for Raspberry Pi or Arduino weather station sensor monitoring.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages