Two major milestones: finalizing my database choice and successfully running a local model for data extraction.
If you have never used Docker or VScode, this section explains the advantages of each tool and why they work so well together. Docker is a CI/CD tool that enables seamless code deployment from ...
├── Backend (FastAPI) │ ├── /random-character - Returns random character data │ ├── CORS middleware for frontend integration │ └── External API integration with Rick and Morty API ├── Frontend (React ...