Skip to content

Folder structure

SnehaRH edited this page May 20, 2022 · 1 revision

Folder structure

api -

It contains backend services.

portal - It contains frontend flow.

    Components - This folder contains login, React-Admin
       login - Here we have the login form and login config.
       react-admin - Here we begin our application app.js.
                  - If we want to add a side bar component then we have to add a component into the config file under the layout folder.
                  - In app.js we have configurations of Hasura, Appolo clients
       Custom Hasura - Where we are writing the custom queries with Hasura.
                    - Custom queries are there in side the record folder and need to call them into customFeild.js to work with Hasura.
       pages - This folder contains login, school, track and admin pages, etc.
             - Api folder contains captcha, graphql, certificate, SMS, etc.
             - Auth folder contains fusion auth code.

to know more about: React Admin: https://marmelab.com/react-admin/

Clone this wiki locally