Commit Graph

4 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
emmalynf
012f941da7 Set up User and Tag tests/fixtures, Fix data type errors 2024-04-12 17:38:20 -04:00
emmalynf
c1f7ff1df3 Push branch, write user services and start tag service 2024-04-04 22:53:02 -04:00
pmoharana-cmd
7734eaf042 Setup basic services and associated testing files 2024-03-29 12:53:24 -04:00