Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/titomiguelcosta/gobie-api
API of the Gobie project
https://github.com/titomiguelcosta/gobie-api
api docker symfony
Last synced: 9 days ago
JSON representation
API of the Gobie project
- Host: GitHub
- URL: https://github.com/titomiguelcosta/gobie-api
- Owner: titomiguelcosta
- Created: 2021-03-05T18:29:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T20:27:40.000Z (6 months ago)
- Last Synced: 2024-08-18T17:07:29.919Z (6 months ago)
- Topics: api, docker, symfony
- Language: PHP
- Homepage: https://api.gobie.titomiguelcosta.com
- Size: 1.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gobie API
API and admin area for the Gobie project.
Powered by [Symfony Framework](https://symfony.com/), [API Platform](https://api-platform.com/) and [EasyAdmin](https://github.com/EasyCorp/EasyAdminBundle)
## Setup
### Auth keys
$ mkdir -p config/jwt
$ openssl genrsa -out config/jwt/private.pem -aes256 4096
$ openssl rsa -pubout -in config/jwt/private.pem -out config/jwt/public.pemand set in .env the passphrase used in the previous commands
JWT_PASSPHRASE=## Services
### Mailcatcher
Access the web interface on http://localhost:8095/
### API
Access the docs on http://localhost:8090/docs
### SQS
Access on http://localhost:9325/