# MapGIS-Pan-Spatial-Map-Mock-Server **Repository Path**: osmapgis/map-gis-pan-spatial-map-mock-server ## Basic Information - **Project Name**: MapGIS-Pan-Spatial-Map-Mock-Server - **Description**: 全空间一张图Mock服务器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: 10.6.6.10 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-31 - **Last Updated**: 2023-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MapGIS-Pan-Spatial-Map-Mock-Server Mock server for [MapGIS-Pan-Spatial-Map](https://github.com/MapGIS/MapGIS-Pan-Spatial-Map) project ## Swagger ```txt info: { name: 'Mock API', description: 'Mock API for MapGIS-Pan-Spatial-Map.', version: '1.0.0' }, paths: { get: [ '/WebService/GetConfig' ], post: [ '/UserArea/Login' ] } ``` ## Try it on your own computer First install all dependencies: ```bash yarn # OR npm install ``` Then you can set up the server: ```bash yarn mock # OR npm run mock ``` Build exe on windows ```bash yarn build # OR npm run build yarn pkg # OR npm run pkg ```