Commit Graph

11 Commits

Author SHA1 Message Date
Prajwal Moharana
f6b0838c99
Api create moharana (#53)
* Add create user endpoint and update model/entity

* Add next route for adding user and add functionality for user table

* Connect create item to backend and add associated frontend routes
2025-01-04 23:28:12 -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
ba15bf7519 Implement resource api methods 2024-04-24 20:18:09 -04:00
pmoharana-cmd
c71d5d4026 Intialize API with basic user methods 2024-04-23 21:04:48 -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
CheezyGarlicBread
31d0d89a8a Changes made thanks to blake reviews 2024-03-25 20:07:55 -04:00
CheezyGarlicBread
90ce1e2ed1 changes to nature of both junction tag_models 2024-03-25 19:31:57 -04:00
CheezyGarlicBread
8f3de19c6d further changes to tags and filenames 2024-03-25 19:18:44 -04:00
CheezyGarlicBread
23e4e22fa6 initial models commit 2024-03-25 18:47:49 -04:00
pmoharana-cmd
727fd6abb9 intialize backed project + starter code 2024-03-01 19:43:31 -05:00