Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 789 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 789 Bytes

MyReads Project

This project lists the books and categorizes them into currently reading, want to read and read books. It also gives a search option through which is backed by udacity's list of books. Functionalities also includes moving books between categories, adding a book from the search page and removing the book as well.

Main app

  1. clone the project - git clone https://github.com/vivekanand1101/reactnd-project-myreads-starter
  2. cd reactnd-project-myreads-starter
  3. install its dependencies - npm install
  4. start the server - npm start

Backend Server

  1. clone the project - git clone https://github.com/udacity/reactnd-contacts-server.git
  2. cd reactnd-contacts-server
  3. install its dependencies - npm install
  4. start the server - node server.js