Skip to content

Navigation Menu

Sign in
Sign up

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

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /