Introduction
Structure

πŸ—‚οΈ Folder Structure

The folder structure of the FandomHub API project is organized to separate different components and functionalities. Here’s a brief overview of the structure:

project_fandomhub_api/
β”œβ”€β”€ config/
β”‚   β”‚   β”œβ”€β”€ management/
β”‚   β”‚   β”‚   └── commands/
β”‚   β”‚   └── settings/
β”œβ”€β”€ apps/
β”‚   β”œβ”€β”€ animes/
β”‚   β”œβ”€β”€ characters/
β”‚   β”œβ”€β”€ clubs/
β”‚   β”œβ”€β”€ genres/
β”‚   β”œβ”€β”€ home/
β”‚   β”œβ”€β”€ mangas/
β”‚   β”œβ”€β”€ news/
β”‚   β”œβ”€β”€ persons/
β”‚   β”œβ”€β”€ playlists/
β”‚   β”œβ”€β”€ producers/
β”‚   β”œβ”€β”€ profiles/
β”‚   β”œβ”€β”€ randoms/
β”‚   β”œβ”€β”€ recommendations/
β”‚   β”œβ”€β”€ reviews/
β”‚   β”œβ”€β”€ tops/
β”‚   β”œβ”€β”€ users/
β”‚   └── utils/
β”œβ”€β”€ .github/
β”‚   β”‚   β”œβ”€β”€ ISSUE_TEMPLATE/
β”‚   β”‚   └── workflows/
β”œβ”€β”€ logs/
β”œβ”€β”€ media/
β”œβ”€β”€ nginx/
β”œβ”€β”€ requeriments/
β”œβ”€β”€ scripts/
β”œβ”€β”€ static/
β”œβ”€β”€ templates/
β”œβ”€β”€ manage.py
β”œβ”€β”€ README.md
β”œβ”€β”€ docker-compose.dev.yml
β”œβ”€β”€ .gitignore