compass/backend/entities
Aidan Kim 7d705ac743
API Routes for Resources and Services (#40)
* Implemented API routes for getting all, creating, updating, and deleting resources, services, and tags.

* Updated main.py for API routes to include tags and rolled entities back.

* Created API routes for create, update, delete, get_all, and get_by_name. Deleted service methods for get by id.

* Defaults created_at to current time

* Write markdown file for HTTP requests using curl

---------

Co-authored-by: pmoharana-cmd <pmoharana032474@gmail.com>
2024-11-05 19:12:03 -05:00
..
__init__.py Fix bugs regarding enums and update field names 2024-04-19 23:28:08 -04:00
entity_base.py Create entites for each table to setup schema 2024-03-22 23:15:38 -04:00
program_enum.py Fix bugs regarding enums and update field names 2024-04-19 23:28:08 -04:00
resource_entity.py API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
resource_tag_entity.py API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
sample_entity.py updated the service methods and modified a few of the tests. 2024-04-24 19:37:29 -04:00
service_entity.py API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
service_tag_entity.py API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
tag_entity.py API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
user_entity.py updated the service methods and modified a few of the tests. 2024-04-24 19:37:29 -04:00
user_enum.py Fix bugs regarding enums and update field names 2024-04-19 23:28:08 -04:00