Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/surfoo/symfony-geocaching-boilerplate
- Owner: Surfoo
- License: mit
- Created: 2021-08-31T16:41:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T22:24:27.000Z (5 months ago)
- Last Synced: 2024-10-15T02:36:34.480Z (22 days ago)
- Language: PHP
- Homepage:
- Size: 1.27 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```