The Stooaarrow-up-right repository contains code for:
The /backend folder contains all the backend code. We are mainly using Symfonyarrow-up-right with Api Platformarrow-up-right (for the API generation) and Sonataarrow-up-right for the administration panel.
/backend
If you change backend code, there are several checks that the code need to pass:
backend
PHPStanarrow-up-right
Psalmarrow-up-right
PHP CS FIXERarrow-up-right
PHPUnitarrow-up-right
The /frontend folder contains all the frontend code. We are mainly using Reactarrow-up-right with Next.jsarrow-up-right and Apolloarrow-up-right for the GraphQL calls to the backend.
/frontend
If you change frontend code, there are several checks that the code need to pass:
frontend
ESLintarrow-up-right
Prettierarrow-up-right
Next.js buildarrow-up-right
Jest testsarrow-up-right
Last updated 4 years ago
Was this helpful?