Skip to content

haelahpx/ProjectParallelSytem

Repository files navigation

Anime Explorer App

A full-stack web application for browsing, searching, and viewing anime information.
Built with FastAPI (Python) for the backend and Vue 3 + TypeScript + Vite for the frontend.
Containerized and easily deployable with Docker Compose.


Features

  • Browse top-rated, currently airing, and seasonal anime
  • Search anime by title
  • View detailed information for each anime
  • Responsive and modern UI

Screenshots

Home Page alt text

Anime Detail alt text


Project Structure

ProjectParallelSytem/
├── backend/         # FastAPI backend
│   ├── main.py
│   ├── requirements.txt
│   └── Dockerfile
├── frontend/        # Vue 3 frontend
│   ├── src/
│   ├── package.json
│   └── Dockerfile
├── docker-compose.yml
└── README.md

Getting Started

Prerequisites


Deployment Steps

  1. Clone the Repository

    git clone https://github.com/yourusername/your-repo-name.git
    cd your-repo-name
  2. Build and Run with Docker Compose

    docker-compose up --build
  3. Access the Application

  4. Stop the Application Press Ctrl+C in the terminal, then run:

    docker-compose down

Customization

  • Update backend logic in backend/main.py
  • Modify frontend UI in frontend/src/
  • Add more features as needed!

License

This project is licensed under the MIT License.


Credits