Skip to content

Part with REST API and manage the data in the databases. To open issues, go in https://github.com/fusionSuite/FusionSuite

License

Notifications You must be signed in to change notification settings

fusionSuite/backend

Repository files navigation

FusionSuite::Backend

Introduction

It's the backend for the IT Service Management.

It will offer REST API of data.

Technologies

It's written in PHP and use:

  • slim (microframework)
  • eloquent (database queries)
  • phinx (database migrations)

Install

Here are the steps to install the backend:

  • install dependencies composer install
  • configure into phinx.php the database information
  • run command ./vendor/bin/phinx migrate