Library Catalog web application built with a Flask backend and React client.
To install the dependencies, and run the program:
git clone https://github.com/garywu2/Gary-s-Library-Catalog.git
cd Gary-s-Library-Catalog.git
npm i
npm run start-flaskThen on a second bash terminal inside of the Gary-s-Library-Catalog directory
npm startThe npm run start-flask will run the server and the npm start will run the client