# wmts_service_nest
**Repository Path**: geogy/wmts_service_nest
## Basic Information
- **Project Name**: wmts_service_nest
- **Description**: WMTS/WMS-Tools Service 是一款基于 NestJS 框架的 WMTS/WMS-Tools 服务,主要用于处理 WMTS/WMS 相关的服务
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2024-11-25
- **Last Updated**: 2025-08-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
项目名称:WMTS/WMS-Tools Service
## Description
WMTS/WMS-Tools Service 是一款基于 NestJS 框架的 WMTS/WMS-Tools 服务,主要用于处理 WMTS/WMS 相关的服务
Swagger 文档地址:http://localhost:3000/api-docs/
## Project setup
```bash
$ npm install
```
## Compile and run the project
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Run tests
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```
## Deployment
When you're ready to deploy your NestJS application to production, there are some key steps you can take to ensure it runs as efficiently as possible. Check out the [deployment documentation](https://docs.nestjs.com/deployment) for more information.
If you are looking for a cloud-based platform to deploy your NestJS application, check out [Mau](https://mau.nestjs.com), our official platform for deploying NestJS applications on AWS. Mau makes deployment straightforward and fast, requiring just a few simple steps:
```bash
$ npm install -g mau
$ mau deploy
```
With Mau, you can deploy your application in just a few clicks, allowing you to focus on building features rather than managing infrastructure.