* 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>
* Implement Resource service, tests, and test data with 97% coverage.
* Update slug service to return empty list and corresponding tests
* Update resource update tests to grab resource by id from the db to check