# 房源管理系统后台 **Repository Path**: jsdiv/housing_manager ## Basic Information - **Project Name**: 房源管理系统后台 - **Description**: 房源管理系统后台 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2018-09-08 - **Last Updated**: 2021-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Application created by [ThinkJS](http://www.thinkjs.org) ## Install dependencies ``` npm install ``` ## Start server ``` npm start ``` ## Deploy with pm2 Use pm2 to deploy app on production enviroment. ``` pm2 startOrReload pm2.json ```