Skip to content

What a reimplementation of MangaDex using Ruby on Rails could look like

License

Notifications You must be signed in to change notification settings

lunaisnotaboy/mangadex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MangaDex

What a reimplementation of MangaDex using Ruby on Rails could look like.

Prerequisites

  • Ruby 2.7.3
  • Redis
  • bash
  • PostgreSQL
  • Linux (sorry, Windows)

Setup

Copy .env.example to .env.development, run script/setup and then just run script/server.

To update, just run script/update, though script/server runs this each time it starts.

DISCLAIMER

MangaDex is owned by mangadex.org, not me. This was just a fun exercise to sharpen my skills with Ruby on Rails, and so I could see the MangaDex UI again.

If the owners of mangadex.org ask me to take this down, I will.

I can be contacted at hello@glimmerhq.com for that purpose.

All assets owned by MangaDex will be listed in CREDITS.md, as well as other projects used.