Track one's fav mangas from
- mangakakalot
- fanfox
- manganelo
Two folders, back and front.
You need
- node.js >= 16
- mongodb >= 4.4.8
- pnpm >= 6.32
git clone https://github.com/mpech/mangatrack.git
cd mangatrack/back
pnpm install
pnpm start
Api should now be accessible via http://127.0.0.1:4020
cd front
pnpm install
pnpm run start
For more specific instructions, check back and front
This project is licensed under the WTF License - see the LICENSE.txt file for details