github.com/lixiang810/n2rv ↗
NSDBG-Next-React-Viewer, n2rv. 与 NSDBG-Next 共用数据库,提供看帖功能
Open this visualization on its own page →
Contributors
2
Lines of Code
653
From
2021-11-04
To
2021-12-17
About lixiang810/n2rv
N2RV is a React-based viewer application designed to work alongside NSDBG-Next, sharing a common PostgreSQL database. It provides functionality for viewing and browsing posts, likely from Douban group discussions and forums based on the repository's topic tags. The project is built with TypeScript and uses Node.js for its backend infrastructure.
The application requires PostgreSQL to be installed and configured before use. Users must copy the example configuration file to set up their database credentials and other settings. The project maintains automatic database migrations only between different releases rather than between arbitrary commits on the main branch, which is an important consideration for developers working with the codebase.
The repository appears to be part of a larger ecosystem of Douban-related crawling and data aggregation tools, with N2RV serving specifically as the user-facing interface for viewing previously collected forum data and posts from Douban groups.