Skip to content

D-Pow/anime-atsume

Repository files navigation

An overly simplistic website for finding and watching anime.

About

We've all been there: you visit some website to watch your favorite show just to be bombarded with ads, weird click-bait, and worst of all, those invisible buttons positioned right over the video that open to a sketchy tab when you try to click "play."

Anime Atsume is intended to be the exact opposite: overly simplistic, easy to use interface, and the quickest possible path from finding to watching your shows.

Running Locally

Most needs can be met using ./index.sh, including building/running the app, generating a Docker image, deployment, etc.

  • cd client/
  • npm i
  • npm start
  • cd server/
  • ./gradlew bootRun