compass/backend/models
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 intialize backed project + starter code 2024-03-01 19:43:31 -05:00
enum_for_models.py Fix bugs regarding enums and update field names 2024-04-19 23:28:08 -04:00
resource_model.py API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
resource_tag_model.py changes to nature of both junction tag_models 2024-03-25 19:31:57 -04:00
service_model.py API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
service_tag_model.py changes to nature of both junction tag_models 2024-03-25 19:31:57 -04:00
tag_model.py API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
user_model.py API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00