Skip to content

Repository files navigation

Hidden Scrolls AI

Manhwa aggregator and recommender demo built with TanStack Start on the frontend and a small FastAPI backend for catalog, search, and onboarding.

Run the frontend

bun install
bun run dev

Run the backend

cd backend
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
uvicorn app:app --reload --port 8000

Set VITE_API_BASE_URL in the frontend environment to point at the backend, for example http://localhost:8000.

About

Built a multi-content aggregate to provide recommendations and some useful features

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages