XO Manga - A Place to Read Manga
Powered by @mangasee123.com
To install - API cd api -> yarn install -> yarn dev
APP virtualenv env -> workon env -> pip install -r requirements.txt -> python manage.py migrate -> python manage.py runserver
APP should be usable on localhost:8000 and API on localhost:3000