Go to file
Damillora 239314da5c Add simple README 2020-02-09 15:25:17 +07:00
api BlueFire source code 2020-02-09 14:13:33 +07:00
css Documenting ready 2020-02-09 14:29:19 +07:00
fonts Documenting ready 2020-02-09 14:29:19 +07:00
frontend Documenting ready 2020-02-09 14:29:19 +07:00
img Documenting ready 2020-02-09 14:29:19 +07:00
js Documenting ready 2020-02-09 14:29:19 +07:00
.htaccess add htaccess 2020-02-09 14:33:25 +07:00
BlueFireDB.sql Add DB sql 2020-02-09 14:34:21 +07:00
README.md Add simple README 2020-02-09 15:25:17 +07:00
favicon.ico Documenting ready 2020-02-09 14:29:19 +07:00
index.html Documenting ready 2020-02-09 14:29:19 +07:00

README.md

BlueFire

Project Contents

  • /api

    The backend of the BlueFire website, written in PHP and CodeIgniter

  • /frontend

    The frontend of the BlueFire website, written in JavaScript and Vue

Dependencies

  • A web server with PHP 5.6

  • Microsoft SQL Server

Installation

  1. Download the repository, either using git clone or downloading as a ZIP file

  2. Open the repository, and copy the entire contents of the repository to the web-root of your server.

  3. Start up SQL Server, and run the schema in BlueFireDB.sql

Frontend Development

cd frontend
yarn install
yarn serve # Test out the frontend
yarn build # Build the frontend
cp dist/* ../ # Copy the frontend build files to root of the project