Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.53 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.53 KB

Vietnam Hydrometeorology Observation Map

screen screen


Installation

How to run

Setup database

Start server

  • Configure the server using configs/configs.yaml
  • Run server
cd src
python app.py
  • Go to host: http://192.168.100.9:5000/, server will automatically request data from API server when initiated
  • Log files will be saved in modules/logger/app.log

References