rl404 / mal-web

Quick access to MyAnimeList content with simpler and more modern style.

Home Page:https://mal.rl404.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyAnimeList Drive-Thru or MAL-DT is a website where you can quick look at MyAnimeList's contents (anime, manga, character, and voice actor). That's why it's called drive-thru.

Powered by my mal-db as backend.

Yes, everything is open-source and you can host both the backend and frontend by yourself.

Feature

  • Simple dashboard (total entries count and graph)
  • Simple and modern UI style
  • Details for every entries (anime, manga, character, and voice actor/staff)
  • Anime, manga, character, and voice actor/staff search

Development

Requirement

Step

  1. Clone the repo.
    git clone https://github.com/rl404/mal-web
    
  2. Go inside the folder.
    cd mal-web
    
  3. Modify .env file.
  4. Install dependecies.
    npm ci
    
  5. Start.
    npm run dev
    
  6. http://localhost:3000 is ready.

Disclamer

myanimelist drive-thru is meant for educational purpose and personal usage only. Use it responsibly according to MyAnimeList's Terms Of Service.

All data (including anime, manga, people, etc) and MyAnimeList logos belong to their respective copyrights owners. myanimelist drive-thru does not have any affiliation with content providers.

License

MIT License

Copyright (c) 2020 Axel

About

Quick access to MyAnimeList content with simpler and more modern style.

https://mal.rl404.com

License:MIT License


Languages

Language:JavaScript 98.1%Language:CSS 1.6%Language:Dockerfile 0.3%Language:Shell 0.0%