/myreads

Primary LanguageJavaScript

MyReads Project

How to Run Frontend

  • install all project dependencies with npm install
  • start the development server with npm start

Backend Server

The backend API uses a fixed set of cached search results and is limited to a particular set of search terms, which can be found in SEARCH_TERMS.md. That list of terms are the only terms that will work with the backend.

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.