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.
- Host: GitHub
- URL: https://github.com/wedrix/watchtower-symfony-demo-application
- Owner: Wedrix
- Created: 2023-07-10T12:15:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T01:51:41.000Z (over 1 year ago)
- Last Synced: 2024-12-27T12:27:19.386Z (5 months 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,