Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/surfoo/symfony-geocaching-boilerplate

Geocaching API with Symfony 6
https://github.com/surfoo/symfony-geocaching-boilerplate

Last synced: 7 days ago
JSON representation

Geocaching API with Symfony 6

Awesome Lists containing this project

README

        

# Geocaching API with Symfony

## Configuration
Create the file `.env.dev.local` and copy the text below, with your own key and secret:

```
GEOCACHING_OAUTH_KEY=
GEOCACHING_OAUTH_SECRET=
```

## Docker

Run:

```
docker-compose up
```

And then, open:

```
http://localhost:8000
```