- Download and install postgresql from https://www.postgresql.org/download/
- git clone https://github.com/kaylode/web-based-map.git
- cd web-based-map
- pip install -r requirements.txt
- Follow this instruction
- 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