PermaplanT Backend
Requirements
- Rust (Installation guide)
- PostgreSQL version 13 with PostGIS 3.1.1
- libpq-dev
- libssl-dev
- pkg-config
Additional Documentation
Instead of setting up psql server on your local machine, you could use a 'postgis' Docker container.
Details about the setup can be found here
Details about the API documentation can be found here.
To view code documentation run the following in the backend/
folder:
cargo doc --open