An overly simplistic website for finding and watching anime.
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.
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