Commit Graph

11 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
pmoharana-cmd
6d477678a9 Demo ready 2024-04-24 21:23:43 -04:00
pmoharana-cmd
ba15bf7519 Implement resource api methods 2024-04-24 20:18:09 -04:00
pmoharana-cmd
6bce1cdc0a Fix bugs regarding enums and update field names 2024-04-19 23:28:08 -04:00
emmalynf
012f941da7 Set up User and Tag tests/fixtures, Fix data type errors 2024-04-12 17:38:20 -04:00
pmoharana-cmd
42a2855839 refactor enums 2024-03-25 19:35:36 -04:00
Jordweinstein
03f2204cb3 separated user enum into its own file 2024-03-25 19:29:37 -04:00
Jordweinstein
3bc603cb70 commented out to/from model methods until we know model names 2024-03-25 19:03:21 -04:00
Jordweinstein
9cd703d29f resource, resource_tag to/from models and programtype enum 2024-03-25 18:56:12 -04:00
emmalynf
f96beee4b2 small changes 2024-03-23 14:21:06 -04:00
emmalynf
b8903adeb8 Create entites for each table to setup schema 2024-03-22 23:15:38 -04:00