AdimoUK / location-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Location API

This is a rewrite of a Java API for user locations. There is no authentication included at this stage. The API is fully REST-ful with /users/ being the main endpoint.

Installation

Simply clone the git repository and use composer to setup all of the dependencies by using:

composer install

You can get composer by following this link: https://getcomposer.org/download/

Swagger

The API contains Swagger-UI distribution in offline mode which is manually setup to contain a basic front-end to the API and give you a better idea of how the API runs. Simply go to /swagger/ directory within the public folder to find out more information about this.

Demo

A demo copy of the API is located at https://dev.adimo.uk

About


Languages

Language:PHP 71.3%Language:HTML 28.2%Language:Shell 0.5%