A web application for discovering popular books through personalized recommendations and enabling real-time interactions via book clubs and social features.
npm run dbs:start
npm run dbs:stop
- Redis: 6379
- Redis Insight: 8001
- Neo4j: 7687
- Neo4j Browser: 7474
npm run app:start
or separately
npm run api:start
npm run client:start
(For additional commands, take a look at the scripts section in package.json)