Accomplishments

  • Almost got the backend to store and retreive data (working in postman but not in local)

  • Continued working on linking the backend and frontend repositories

  • Prepared for the individual and team showcases this week

  • Graded homeworks that were submitted for our student teaching

Issues

  • The url for my website http://127.0.0.1:8987/api/chats wasn’t working but I realized the port number wasn’t specified (8987) so I added it and it worked

  • I got the issue that “message”: “The method is not allowed for the requested URL.” when i opened the url http://127.0.0.1:8987/api/chats/create so I added a get method to the create_chat function in the backend and it fixed it