everything I need TODO to build the API - [x] Configure database connection. - [x] Create routes for users. - [x] Create CRUD methods for users. - [x] Create routes for posts. - [x] Create CRUD methods for posts. - [x] Make relationship between users and post. - [x] Create uploads for image posts on AWS. - [ ] Create application authentication and authorization with JWT.
everything I need TODO to build the API