Skip to content

luanadefourny/bria

Repository files navigation

BRIA

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.

Screenshots

Getting started

  1. Clone the BRIA repository

  2. Install dependencies

npm install
cd server
npm install
cd ../client
npm install
  1. Add environment variables
  • Create a .env file (based on the .env.example file)
  • Copy the .env.example file to .env (server)
    cp .env.example .env
    
  1. Run the app
npm run dev
cd ../server
nodemon index.ts
  1. Click 'Get Started' and you're all set to use the app!

Tech Stack

  • JavaScript
  • React
  • Express
  • MongoDB (Mongoose)

Developers

About

BRIA webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published