All Projects → slashfan → symfony-realworld-example-app

slashfan / symfony-realworld-example-app

Licence: MIT license
Symfony 5 codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

Programming Languages

PHP
23972 projects - #3 most used programming language
Makefile
30231 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to symfony-realworld-example-app

echo-gorm-realworld-app
realworld application built with Golang + Echo + Gorm
Stars: ✭ 18 (-79.78%)
Mutual labels:  realworld, realworld-backend
scala-http4s-realworld-example-app
Example of a RealWorld app backend powered by Scala + http4s
Stars: ✭ 35 (-60.67%)
Mutual labels:  realworld, realworld-backend
go-realworld-example-app
Exemplary real world application built with Go, Gin, and go-pg
Stars: ✭ 48 (-46.07%)
Mutual labels:  realworld, realworld-backend
Lairdubois
L'Air du Bois is a Community Driven Woodworkers Sharing Platform.
Stars: ✭ 184 (+106.74%)
Mutual labels:  symfony-application
Core
Zikula Core Framework
Stars: ✭ 213 (+139.33%)
Mutual labels:  symfony-application
typescript-node-express-realworld-example-app
Rewrite of JS-based node-express RealWorld backend app using Typescript.
Stars: ✭ 108 (+21.35%)
Mutual labels:  realworld
deno-drash-realworld-example-app
Deno + Drash RealWorld example app
Stars: ✭ 56 (-37.08%)
Mutual labels:  realworld
Symfony Ddd Wishlist
Wishlist, a sample application on Symfony 3 and Vue.js built with DDD in mind
Stars: ✭ 172 (+93.26%)
Mutual labels:  symfony-application
event-driven-web-components-realworld-example-app
Exemplary real world application built with Vanilla JS Web Components in an Event Driven Architecture
Stars: ✭ 55 (-38.2%)
Mutual labels:  realworld
moleculer-node-realworld-example-app
Exemplary real world application built with Moleculer
Stars: ✭ 102 (+14.61%)
Mutual labels:  realworld
lumen-realworld-example-app
Exemplary real world backend API built with Lumen + MongoDB
Stars: ✭ 50 (-43.82%)
Mutual labels:  realworld
re-frame-realword-example-app
Exemplary real world application built with Clojurescript and re-frame
Stars: ✭ 16 (-82.02%)
Mutual labels:  realworld
Easy Admin Demo
A demo application to showcase EasyAdmin features
Stars: ✭ 219 (+146.07%)
Mutual labels:  symfony-application
librarify-back
Librarify. Creando una API con Symfony 5 es un curso completo sobre Symfony 5 en el que cuento cómo desarrollar una API desde cero empleando FOS Rest Bundle.
Stars: ✭ 30 (-66.29%)
Mutual labels:  symfony-application
Platform Application
OroPlatform - business application management system that is a backbone of the OroCRM and OroCommerce.
Stars: ✭ 211 (+137.08%)
Mutual labels:  symfony-application
opensalt
Standards Alignment Tool
Stars: ✭ 39 (-56.18%)
Mutual labels:  symfony-application
Composer Service
Composer as a service
Stars: ✭ 175 (+96.63%)
Mutual labels:  symfony-application
akka-http-realworld-example
Exemplary real world application built with Scala + Akka HTTP https://realworld.io
Stars: ✭ 30 (-66.29%)
Mutual labels:  realworld
haskell-realworld-example
A Haskell implementation of realworld.io
Stars: ✭ 39 (-56.18%)
Mutual labels:  realworld-backend
rothenberg
Rothenberg allows a developer to create or maintain a Symfony application or bundle very easily and without installing anything on his workstation.
Stars: ✭ 25 (-71.91%)
Mutual labels:  symfony-application

RealWorld Example App

Symfony codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

Code Coverage Scrutinizer Code Quality Build Status

This codebase was created to demonstrate a fully fledged fullstack application built with Symfony including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the Symfony community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

Getting started

$ git clone https://github.com/slashfan/symfony-realworld-example-app
$ cd symfony-realworld-example-app

Run project (with docker)

On first run :

$ make install

On next runs :

$ make start

Run phpunit tests + api spec compliance tests + qa tools (with docker)

$ make ci
$ make specs
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].