Liberr is a decentralized library built with React Native on the frontend and Node + MongoDB for the backend.
git clone git@github.com:RheaAdh/Liberr.git
cd Liberr
cd api && npm install
cd mobile && npm install --force
cd api && npm run dev
cd mobile && npm start