# ThemeStore **Repository Path**: DustHar/ThemeStore ## Basic Information - **Project Name**: ThemeStore - **Description**: RESTful主题购物网站 - **Primary Language**: PHP - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2014-11-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目说明 ## 简介 以REST(表述性状态转移)作为web架构风格的主题购物网站. ## 相关技术点 * 项目后端采用[Laravel](http://laravel.com) 4.2构建 * 前端使用[Twitter Bootstrap](http://getbootstrap.com)作为UI基本构件,[AngularJS](https://angularjs.org)被应用于编写Web应用页面 * AngularJS与Laravel采用REST风格的数据交互 ## 初始化步骤 **为成功初始化,必须安装[composer](http://getcomposer.org)、[Bower](http://bower.io)、[grunt](http://gruntjs.com)和[node.js](http://gruntjs.com)环境** 在命令行/终端输入下列指定,或进行相关操作: * `composer install` * `npm install` * `bower install` * `grunt` * 设置数据库链接,可以参考 [这里](http://v4.golaravel.com/docs/4.2/database#configuration) 和 [这里](http://v4.golaravel.com/docs/4.2/configuration#environment-configuration) 进行配置 * 执行数据库迁移: `php artisan migrate:refresh --seed` ## 备注 * 为避免冲突和保护开发者信息,请在命令行中使用下列指令(该指令将假设文件无改动,只能应用于版本库中已跟踪的文件): * 假定不改动, 以设置database.php为例:`git update-index --assume-unchanged app/config/database.php` * 取消设置: `git update-index --no-assume-unchanged app/config/database.php` * 具体有关项目信息在 **[wiki 详细页面](https://gitcafe.com/MeicaiRose/ThemeStore/wiki/pages)**