# Appellation **Repository Path**: ouch513/Appellation ## Basic Information - **Project Name**: Appellation - **Description**: 华山论剑平台-通过能力展示来夺取和争夺头衔 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## git clone this project ## set up .env file php artsian key:generate 设置要连接的数据库名与本机数据库用户名和密码 ## create database in mysql ## run: composer install ## 确保已安装node和npm,并执行以下操作,以便修改css与js npm install --global gulp-cli npm install -g cnpm --registry=https://registry.npm.taobao.org cnpm install gulp ## 数据迁移与填充 php artisan migrate:refresh --seed ## 运行测试 run: php artisan serve open http://localhost:8000 at browser