You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
api | 3 years ago | |
css | 3 years ago | |
fonts | 3 years ago | |
frontend | 3 years ago | |
img | 3 years ago | |
js | 3 years ago | |
.htaccess | 3 years ago | |
BlueFireDB.sql | 3 years ago | |
README.md | 3 years ago | |
favicon.ico | 3 years ago | |
index.html | 3 years ago |
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
-
Download the repository, either using
git clone
or downloading as a ZIP file -
Open the repository, and copy the entire contents of the repository to the web-root of your server.
-
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