usanli / SWE573

SWE573 Project: NameThatObject Repository
http://namethatobject.com
0 stars 0 forks source link

Resolve CORS and Configuration Issues #21

Closed usanli closed 2 hours ago

usanli commented 2 hours ago

Troubleshoot and fix CORS issues between the React frontend and Django API.

usanli commented 2 hours ago

Install and configure django-cors-headers. -done Verify that requests from React to Django API work without CORS errors. -done