Ma-Kas / kansaibeyond

Monorepo for a blog and travel website, consisting of frontend, backend, and headless cms.
https://www.kansaibeyond.com
0 stars 0 forks source link

Backend/feature/blog routes #19

Closed Ma-Kas closed 7 months ago

Ma-Kas commented 7 months ago

Implement all basic routes on categories api endpoint; Implement integration tests for categories routes;

Notes: User associated with blog is currently hardcoded to user_id=1. This will break if user does not exist, and will need to be updated once user login and authentication is implemented to extract user_id from token; No REST Client request tests due to limitation of current implementation of user association; Can be implemented once user association is not hardcoded, but extracted from logged in user token.