Structure

The Stooa repository contains code for:

Backend

The /backend folder contains all the backend code. We are mainly using Symfony with Api Platform (for the API generation) and Sonata for the administration panel.

If you change backend code, there are several checks that the code need to pass:

Frontend

The /frontend folder contains all the frontend code. We are mainly using React with Next.js and Apollo for the GraphQL calls to the backend.

If you change frontend code, there are several checks that the code need to pass:

Last updated