/book-store

Primary LanguageTypeScript

Used

Node js | React js | Express js | Google Book API

Prerequisites

  • React js >= ^18.2.0
  • Node.js >= v16.15.0
  • npm >= 8.5.5

Run Locally

Clone the project

  git clone https://github.com/Faisal-kkn/book-store.git

Go to the project directory

  cd book-store

Run backend

  cd server 

Create a .env.local file and add 👇

  PORT=5000
  GOOLGE_BOOK_API_KEY=AIzaSyBTR844v8Jer77Hmb1tlgMb_7k3khzQniw

Install dependencies

  npm install

Run Front end

  cd client 

Create a .env.local file and add 👇

  REACT_APP_BACKEND_URL=http://localhost:5000/api

Install dependencies

  npm install