Skip to content

RS-GIS-Geeks/View-Spot-of-City-WebService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 

Repository files navigation

license license license

View-Spot-of-City-WebService

城市景点信息服务

部署方法

  1. 下载或克隆本项目
  2. 导航至本项目文件夹中并执行
    npm install
    安装依赖项
  3. 导航至本文件夹中的的子文件夹bin中并执行
    node www
    启动本服务
  4. 在本地浏览器中输入
    http://localhost:2901/
    进行测试
    如果出现Express界面则成功