Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/quentg/conore-api
- Owner: QuentG
- Created: 2020-04-05T20:42:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T21:10:11.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T10:38:29.605Z (2 months ago)
- Topics: doctrine-orm, firebase-cloud-messaging, php74, stripe-api, symfony4
- Language: PHP
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 bashcd 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
```