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

https://github.com/wedrix/watchtower-symfony-demo-application

A demo application for watchtower, written for Symfony.
https://github.com/wedrix/watchtower-symfony-demo-application

Last synced: 3 months ago
JSON representation

A demo application for watchtower, written for Symfony.

Awesome Lists containing this project

README

        

Installation
========================

1. Install the [Symfony CLI](https://symfony.com/doc/current/setup.html)
2. Navigate to an appropriate directory on your filesystem
3. Clone this repository:

git clone https://github.com/Wedrix/watchtower-symfony-demo-application.git

4. Navigate to the repository directory:

cd watchtower-symfony-demo-application

5. Install the packages:

composer install

6. Start the symfony server:

symfony server:start -d

7. Install an appropriate GraphQL client, for example, [ChromeiQL](https://chrome.google.com/webstore/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij)
8. Access the GraphQL api from the configured endpoint, for example,