Map bounds in => Polygons out
0
stars
0
forks
source link
Polyserv
Prerequisites:
-
Node >= 8.10
-
Latest .env file supplied by one of the contributors
-
No postgress instance running on your machine
-
Google Cloud SDK: https://cloud.google.com/sdk/
- Authenticate with the polyserv admin account
-
Google Cloud Proxy: https://cloud.google.com/sql/docs/mysql/sql-proxy
- Access the cloudSQL instance, all details are on the cloud sql dashboard
- Once installed on your machine copy the proxy file into the project folder.
- See the package.json command for what the file name should be as it is gitignored. However it is currently set to the default name.
To run:
- Run a Yarn or npm install
- Run command
yarn dev
or npm run dev
Deployment:
No current setup