Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 928 Bytes

README.md

File metadata and controls

56 lines (37 loc) · 928 Bytes

Mangatrack

Track one's fav mangas from

  • mangakakalot
  • fanfox
  • manganelo

live

Getting Started

Two folders, back and front.

Prerequisites

You need

  • node.js >= 16
  • mongodb >= 4.4.8
  • pnpm >= 6.32

Installing

api

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

front

cd front
pnpm install
pnpm run start

For more specific instructions, check back and front

Built With

License

This project is licensed under the WTF License - see the LICENSE.txt file for details