ποΈ 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