Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
/ Internship Public archive
forked from aa779/API_Python2

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

Notifications You must be signed in to change notification settings

aledruetta/Internship

 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.1%
  • C++ 25.6%
  • JavaScript 11.6%
  • HTML 11.6%
  • Shell 4.5%
  • Makefile 1.0%
  • Other 0.6%