Commit Graph

6 Commits

Author SHA1 Message Date
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
Aidan Kim
a107337737 updated the service methods and modified a few of the tests. 2024-04-24 19:37:29 -04:00
pmoharana-cmd
6bce1cdc0a Fix bugs regarding enums and update field names 2024-04-19 23:28:08 -04:00
pmoharana-cmd
77e26416d1 Merge remote-tracking branch 'origin/backend-emmafoster-GEN-95-entities' into emmafoster-GEN-95-wip 2024-03-25 19:56:19 -04:00
emmalynf
ea8c60f271 Fix all Service and Service Tag typos and import entities to init 2024-03-25 19:08:38 -04:00
emmalynf
d9ae511deb Fix service entity typos 2024-03-25 18:41:11 -04:00