compass/backend
2024-11-04 20:29:20 -05:00
..
api Write markdown file for HTTP requests using curl 2024-11-04 20:29:20 -05:00
entities Updated main.py for API routes to include tags and rolled entities back. 2024-10-15 19:49:47 -04:00
models Defaults created_at to current time 2024-11-04 16:25:47 -05:00
script Demo ready 2024-04-24 21:23:43 -04:00
services Merge main 2024-11-04 16:25:19 -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 Created API routes for create, update, delete, get_all, and get_by_name. Deleted service methods for get by id. 2024-10-29 19:24:07 -04:00
requirements.txt Dependency bumps + new fastAPI CLI 2024-09-18 15:48:33 -04:00