rafaelcpalmeida / UFP-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UFP API

The following repository contains the code for UFP (University Fernando Pessoa) API, which is a REST API written in PHP using Lumen micro-framework.

Purpose

The API was developed to fuel the iOS version of University Fernando Pessoa app. The API can be used by any HTTP Client. Documentation can be found here here.

Instalation

In order to run the API in your own server:

  • Clone or download the project
  • Go to the downloaded directory
  • Execute composer install
  • Change the file .env.example to .env and make sure to fill the APP_KEY field.
  • Your API instance should be ready to deploy / run

Known BUGs

None.

License

MIT

Made with ❤️ in Portugal

Software livre! ✌️

About

License:MIT License


Languages

Language:PHP 100.0%