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: 11 months ago
JSON representation
A demo application for watchtower, written for Symfony.
- Host: GitHub
- URL: https://github.com/wedrix/watchtower-symfony-demo-application
- Owner: Wedrix
- Created: 2023-07-10T12:15:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T01:51:41.000Z (almost 3 years ago)
- Last Synced: 2025-05-17T20:07:22.178Z (about 1 year ago)
- Language: PHP
- Size: 3.55 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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,