/personal-library

A library application for personal use.

Primary LanguageJavaScriptMIT LicenseMIT

Personal Library

This personal library app will allow you to add books to a library and comment on them.

Follow this README in order to properly run this application.

Live App: https://wistful-color.glitch.me/

Prerequisites for Local Installation.

You will need the following things properly installed on your computer.

Installation

CLIENT

  • git clone <repository-url> this repository
  • cd personal-library
  • yarn install

DATABASE

  • Mongo DB
    Installed locally.

Running / Development