2017 © Pedro Peláez
 

project bl2items-backend

RESTful interface for the Borderlands 2 items database

image

razornet/bl2items-backend

RESTful interface for the Borderlands 2 items database

  • Saturday, October 22, 2016
  • by eras0r
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Borderlands 2 items database backend

PHP Dependency Status Stories in Ready, (*1)

This is a php REST JSON interface for the borderlands 2 items application. The data is stored in a database (default is [MySQL] (http://www.mysql.com/)) and then retrived by using the [doctrine ORM mapper] (http://www.doctrine-project.org/projects/orm.html) The resources are provided in a RESTful way by using Spore., (*2)

Prerequisites

Make sure you have composer installed globally., (*3)

Setup

clone the repository:, (*4)

git clone https://github.com/eras0r/bl2items-backend

navigate the the directory where your clone is located and type in, (*5)

composer install

Prepare database

  1. Create a new database schema
  2. edit include/config.php with the configuration for your database
  3. create the database structure by executing the script sql/create-schema.sql in your database
  4. insert master data by executing the sql/insert-master-data.sql

Initial credentials

By invoking the insert-master-data.sql script the following admin user (with all roles) will be created automatically:, (*6)

Username Password
admin bl2

The Versions