Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.pem

and 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/