Skip to content

carnotresearch/qdoc-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QDoc by Carnot Research

Query any docment or url with ease with QDoc app

Prerequisites

  • Node.js
  • MongoDB

Installation

  1. Clone the repository:

    git clone https://github.com/carnotresearch/qdoc-app.git
  2. Install dependencies:

    npm install
  3. Create a .env file in the backend directory with the following content:

    REACT_APP_BACKEND_URL=your_backend_url
    REACT_APP_RECAPTCHA_SITE_KEY=your_key
  4. Create a .env file in the backend directory with the following content:

    REACT_APP_BACKEND_URL=http://localhost:5000
    REACT_APP_RECAPTCHA_SITE_KEY=your_recaptcha_site_key_here

Start the frontend server:

```bash
npm start
```

Open your browser and navigate to http://localhost:3000.