/mern-book-store

A simple MERN app for educational purposes.

Primary LanguageJavaScript

MERN Book Store

A simple app for viewing and adding to the book store inventory.

Installation

  1. Clone the repo.
  2. Install MongoDB
  3. Install NPM Packages:
    npm install
  4. NPM start in both frontend (book-store) and backend directories:
    npm start
  5. Visit localhost to view deployment.