Giter Site home page Giter Site logo

ngaremaina / youanime Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 29.24 MB

YouAnime is a vibrant and user-friendly we application designed to bring the magic of animated entertainment to your fingertips. Whether you're a fan of classic cartoons or the latest animated series, YouAnime offers a diverse library that caters to all age groups and preferences.

Home Page: https://youanime.netlify.app/

License: Apache License 2.0

Dockerfile 0.92% Python 27.34% HTML 5.01% CSS 6.63% JavaScript 58.75% Mako 1.35%

youanime's Introduction

YouAnime

YouAnime is a vibrant and user-friendly we application designed to bring the magic of animated entertainment to your fingertips. Whether you're a fan of classic cartoons or the latest animated series, YouAnime offers a diverse library that caters to all age groups and preferences.

This project consists of a React front-end and a FastAPI back-end. Both services are containerized using Docker and can be deployed using Docker Compose.

Demo

home

Prerequisites

  • Docker
  • Docker Compose
  • Python (for FastAPI)
  • Node.js and Yarn or npm (for React)

Setting Up the Project

Backend: FastAPI

  1. Create and activate a virtual environment:

    python -m venv env
    
    # for windows
    .\env\Scripts\activate
    
    # for ubuntu
    source env/bin/activate
    
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the FastAPI application:

    uvicorn app.main:app 

Frontend: React

  1. Navigate to the frontend directory:

    cd frontend
  2. Install the dependencies:

    yarn install
    # or
    npm install
  3. Start the React application:

    yarn start
    # or
    npm start

Running with Docker

  1. Ensure Docker and Docker Compose are installed on your system.

  2. Navigate to the project root directory.

  3. Build and run the Docker containers:

    docker-compose up --build

The FastAPI backend will be accessible at http://localhost:8000 and the React frontend at http://localhost:3000.

License

This project is licensed under the Apache License. See the LICENSE file for more information.

Acknowledgements

youanime's People

Contributors

ngaremaina avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.