BRIA is a book tracker with stats and a decision making assistant so you never have to think twice about which books to read or purchase next. It is connected to the OpenLibrary API and therefore you can add books to your hearts content and track your reading progress. Fill your shelves and edit book information and then let the app recommend what to read next based on a few questions.
-
Clone the BRIA repository
-
Install dependencies
npm install
cd server
npm install
cd ../client
npm install
- Add environment variables
- Create a
.envfile (based on the.env.examplefile) - Copy the
.env.examplefile to.env(server)cp .env.example .env
- Run the app
npm run dev
cd ../server
nodemon index.ts
- Click 'Get Started' and you're all set to use the app!
- JavaScript
- React
- Express
- MongoDB (Mongoose)

