Commit Graph

8 Commits

Author SHA1 Message Date
Prajwal Moharana
55a03ff3fd
Connect update to backend (#55) 2025-01-07 12:13:57 -05:00
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
pmoharana-cmd
3fc8f0e149 Implement service api method 2024-04-24 19:57:44 -04:00
CheezyGarlicBread
0ad8b5059d finally made tests work, added get_by_name 2024-04-24 19:38:15 -04:00
CheezyGarlicBread
c3385b0f0f changes to tests and services 2024-04-24 19:38:00 -04:00
pmoharana-cmd
f4f816b94c Fix bugs regarding service test data insertion 2024-04-24 19:37:58 -04: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
7734eaf042 Setup basic services and associated testing files 2024-03-29 12:53:24 -04:00