Skip to content

zw1003855799/SE-Service-Exchange

Repository files navigation

SecondExchange

For: assignment of Software Engineering course given by Yinghua Ma, Shanghai Jiaotong University Description: the website is designed as an O2O-like website. Contributors: on the member list

Simple Development or Installation

Generally using laravel framework. Please do as the follow steps, or check for the official document of laravel 5.1.

###Database setting First create your database.

cp .env.example .env
vim .env

Find the items that you need to edit(basicly database, username, password)

###Local Package Management

composer install
php artisan migrate
php artisan db:seed
php artisan key:generate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages