All Projects → fesor → Api Example

fesor / Api Example

WIP: Just sample app with API

Projects that are alternatives of or similar to Api Example

Core
The server component of API Platform: hypermedia and GraphQL APIs in minutes
Stars: ✭ 2,004 (+16600%)
Mutual labels:  api, graphql, symfony
Api Platform
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
Stars: ✭ 7,144 (+59433.33%)
Mutual labels:  api, graphql, symfony
Examples
Examples of Mock Service Worker usage with various frameworks and libraries.
Stars: ✭ 163 (+1258.33%)
Mutual labels:  api, graphql, example
Rick And Morty Api
The Rick and Morty API
Stars: ✭ 542 (+4416.67%)
Mutual labels:  api, graphql
Graphql Dotnet
GraphQL for .NET
Stars: ✭ 5,031 (+41825%)
Mutual labels:  api, graphql
Swell
Swell: API development tool that enables developers to test endpoints served over streaming technologies including Server-Sent Events (SSE), WebSockets, HTTP2, GraphQL, and gRPC.
Stars: ✭ 517 (+4208.33%)
Mutual labels:  api, graphql
Jwtrefreshtokenbundle
Implements a Refresh Token system over Json Web Tokens in Symfony
Stars: ✭ 425 (+3441.67%)
Mutual labels:  api, symfony
Graphqlbundle
This bundle provides tools to build a complete GraphQL server in your Symfony App.
Stars: ✭ 628 (+5133.33%)
Mutual labels:  graphql, symfony
Ethql
A GraphQL interface to Ethereum 🔥
Stars: ✭ 547 (+4458.33%)
Mutual labels:  api, graphql
Graphql Framework Experiment
Code-First Type-Safe GraphQL Framework
Stars: ✭ 698 (+5716.67%)
Mutual labels:  api, graphql
Tyk
Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
Stars: ✭ 6,968 (+57966.67%)
Mutual labels:  api, graphql
Apiv2 Graphql Docs
AniList API V2 GraphQL Documentation
Stars: ✭ 501 (+4075%)
Mutual labels:  api, graphql
V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (+3950%)
Mutual labels:  api, graphql
Api Pack
A Symfony pack for API Platform
Stars: ✭ 520 (+4233.33%)
Mutual labels:  api, symfony
Crudl
CRUDL is a backend agnostic REST and GraphQL based admin interface
Stars: ✭ 438 (+3550%)
Mutual labels:  api, graphql
Pup
The Ultimate Boilerplate for Products.
Stars: ✭ 563 (+4591.67%)
Mutual labels:  graphql, example
Type Graphql
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
Stars: ✭ 6,864 (+57100%)
Mutual labels:  api, graphql
Just Api
💥 Test REST, GraphQL APIs
Stars: ✭ 768 (+6300%)
Mutual labels:  api, graphql
Graphql Php
A PHP port of GraphQL reference implementation
Stars: ✭ 4,219 (+35058.33%)
Mutual labels:  api, graphql
Grand Stack Starter
Simple starter project for GRANDstack full stack apps
Stars: ✭ 419 (+3391.67%)
Mutual labels:  api, graphql

Dummy Api

TBD

Setup Dev Environment

First of all we need to install dependencies using composer

composer install --skip-platform-reqs

Then you could run composer start.

XDebug

Unleas you running container using SYMFONY_ENV=prod xdebug extension is enabled by default. It uses remote_connect_back option so you should add server with name _ in your IDE. You also need to add server and setup path mappings.

As for CLI scripts, you may use docker/shortcuts/php as entripoint for all your CLI scripts. This entrypoint checking REMOTE_DEBUG_IP env variable which should contain IP address of your host machine to connect.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].