initial commit
parents
Showing
.gitignore
0 → 100644
config/dbconfig.example.json
0 → 100644
config/pgserver.json
0 → 100644
login.js
0 → 100644
mvt.js
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "pgserver", | ||
"version": "0.0.0", | ||
"description": "PGserver receives, converts and serves geo-data between postgis and http-clients.", | ||
"main": "pgserver.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Anne Blankert, Geodan", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@mapbox/sphericalmercator": "^1.1.0", | ||
"cors": "^2.8.5", | ||
"express": "^4.17.1", | ||
"express-fileupload": "^1.1.5", | ||
"morgan": "^1.9.1", | ||
"pg": "^7.12.1", | ||
"swagger-jsdoc": "^3.4.0", | ||
"swagger-ui-express": "^4.0.7" | ||
} | ||
} |
pgserver.js
0 → 100644
public/index.html
0 → 100644
public/pgserver.css
0 → 100644
public/upload.html
0 → 100644
swagger.js
0 → 100644
upload.js
0 → 100644
Please register or sign in to comment