Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quentg/conore-api

Api pour le projet Conore
https://github.com/quentg/conore-api

doctrine-orm firebase-cloud-messaging php74 stripe-api symfony4

Last synced: 21 days ago
JSON representation

Api pour le projet Conore

Awesome Lists containing this project

README

        

# API Documentation

[Full API documentation](https://app.gitbook.com/@axel-paris/s/woder/)

# Installation

## Prerequisites

Install the docker stack as defined in the [tools repository](https://github.com/QuentG/Conore-api/blob/master/docker/README.md)

## Install

Connect to the apache container and follow steps :

```bash
# Connect to container
docker exec -it api_conore-api-php_1 bash

cd api/

# Composer
composer install --no-interaction

# Install a fresh & empty database
php bin/console doctrine:database:create --if-not-exists
php bin/console doctrine:schema:update --force
```

## Test

http://api.local.conore.com

## More

Mysql container available here :

```bash
# Connect to container
docker exec -it api_conore-api-php_1 bash
```