An open API service indexing awesome lists of open source software.

https://github.com/neuwcodebox/fire-map-server

Server that helps cope with large fires with collective intelligence.
https://github.com/neuwcodebox/fire-map-server

disaster disaster-evacuation http-server rocket-rs rust-server server

Last synced: 3 months ago
JSON representation

Server that helps cope with large fires with collective intelligence.

Awesome Lists containing this project

README

          

# fire-map-server

Server that helps cope with large fires with collective intelligence.

## DB setup

1. Build `DB.Dockerfile`.
> docker build -t firemap-db -f DB.Dockerfile .
2. Run a container for DB.
> docker run -d -p 5432:5432 --name fmap-main-db -e POSTGRES_PASSWORD=`$your_pwd` firemap-db
3. Set environment variable `DATABASE_URL`.
> export DATABASE_URL=postgresql://postgres:`$your_pwd`@localhost:5432/postgres