Skip to content

Projeto open source para coleta e centralização de dados meteorológicos

Notifications You must be signed in to change notification settings

salarini-e/weather_data_capturer

Repository files navigation

weather_data_capture

Developing locally

First before start your app

## setup a venv inside this project
python -m venv .
## enter your venv
source bin/activate
## install the dependencies
python -m pip install -r requirements.txt
## do the db migrations
python manage.py migrate

Then start your app

## run django server
python manage.py runserver

Do your first data collection

curl 127.0.0.1:8000/get_data/ -s -o /dev/null
curl 127.0.0.1:8000/create_demo_sources/ -s -o /dev/null

Then open your browser in localhost:8000

About

Projeto open source para coleta e centralização de dados meteorológicos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published