Skip to content

carnotresearch/qdoc-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

QDOC app by Carnot Research

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages