compass/backend
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
..
api API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
entities API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
models API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
script Demo ready 2024-04-24 21:23:43 -04:00
services API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
test Resource Service and Tests (#41) 2024-11-04 15:10:58 -05:00
__init__.py intialize backed project + starter code 2024-03-01 19:43:31 -05:00
.DS_Store rendering table from data 2024-03-23 15:16:25 -04:00
database.py Intialize API with basic user methods 2024-04-23 21:04:48 -04:00
env.py Create entites for each table to setup schema 2024-03-22 23:15:38 -04:00
main.py API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
requirements.txt Dependency bumps + new fastAPI CLI 2024-09-18 15:48:33 -04:00