reach4help / covidhelphub-backend

MIT License
0 stars 1 forks source link

covidhelphub-backend

Description:

Backend for the backend of the org app for Reach4Help

To start:

When the server starts have a go with the GraphQL playground at:

Database Structure

Organizations (has_many Users) (has_many Programs) (has_many Forms)

Users (belongs to Organization) (has_many Programs through ProgramAssignments) (Polymorphic child tables: Volunteers, Beneficiaries, Directors, Managers)

Programs (has_many Users through ProgramAssignments)

Requests (has_many Users through RequestAssignments)

RequestAssignments

ProgramAssignments

Forms (belongs_to Organization)