This project is a php implementation of the OGC API Features.
$ git clone https://github.com/nasumilu/feature-server.git
$ cd feature-server
First copy the contained .env
file to .env.local
and edit to match the local development environment.
The
.env.local
MUST never be committed since it contains sensitive information about the local development environment. (e.g. database password, secret keys, ...)
$ cp .env .env.local
$ nano .env.local
Next start the development server. It is assumed that Symfony CLI is installed. To find out more about installing Symfony CLI, see https://symfony.com/download
$ symfony server:start