This API was developed with intentions of give legitmacy to all public and private universities of Argentina.
- USER: represents universitie's dean. USER are the only one to be authenticated an authorized (there are endpoints unprocted for other client/servers to consume). USER can create and delete one UNIVERSITY at a time. USER can deleted or update only their related UNIVERSITY. USER is the only one to retrieve his data (achieved with JWT).
- UNIVERSITY: represents subject to be audited. UNIVERSITY records are available to all consumers. UNIVERSITY crud endpoints are protected with USER auth. UNIVERSITY has all the business logic endpoints to satisfy the API purpose.
- EXPENSE: represents each transaction of universities registered by deans. EXPENSE records are available to all consumers. EXPENSE crud endpoints are protected with USER auth.
- BUDGET: represents the rule that an university must follow. BUDGET crud endpoints are unporteced. next feature: BUDGET crud endpoints protected with the aut of new entity PARTY (representing the politicalparty taht approved the anual budget)
To better identify the endpoints go to http://127.0.0.1:8000/docs for SwaggerUI interacctive documentation

